Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add UAA.yml example for UAA login page inputs help texts #3071

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion uaa/src/main/resources/uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ issuer:
login:
# Enable create account and forgot password links on the Login Server (enabled by default)
#selfServiceLinksEnabled: true
#base URL that the login server can be reached at
# oauth:
# providers:
# my-oauth-provider:
Expand Down Expand Up @@ -366,7 +365,14 @@ login:
# - name: passcode
# type: password
# text: MyTemporary Authentication Code (Get on at /passcode)
#base URL that the login server can be reached at
url: http://localhost:8080/uaa
# #the help texts for the UAA login page input fields
# prompt:
# username:
# text: Email
# password:
# text: Password
# defaultIdentityProvider: uaa
# idpDiscoveryEnabled: true
# accountChooserEnabled: true
Expand Down
Loading