Skip to content

Commit

Permalink
doc: add UAA.yml example for UAA login page inputs help text
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhaochen47 committed Oct 2, 2024
1 parent e96e490 commit fb04e59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uaa/src/main/resources/uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,12 @@ login:
# 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

0 comments on commit fb04e59

Please sign in to comment.