Skip to content

Commit

Permalink
internal tests only: define more values in uaa.yml (#2403)
Browse files Browse the repository at this point in the history
* internal tests only: define more values in uaa.yml

do not rely on code defaults

* add more example settings
  • Loading branch information
strehle authored Jul 14, 2023
1 parent f7cef28 commit bd39493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions scripts/cargo/uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ LOGIN_SECRET: loginsecret

jwt:
token:
signing-alg: HS256
signing-key: tokenKey
revocable: false
refresh:
format: opaque
rotate: false
unique: false

login:
serviceProviderKey: |
Expand Down
2 changes: 1 addition & 1 deletion uaa/src/main/webapp/WEB-INF/spring/oauth-clients.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<entry key="secret" value="loginsecret"/>
<entry key="scope" value="openid,oauth.approvals"/>
<entry key="authorized-grant-types" value="client_credentials,authorization_code"/>
<entry key="redirect-uri" value="http://localhost/**"/>
<entry key="redirect-uri" value="http://localhost/**,http://localhost:7000/**"/>
<entry key="authorities"
value="oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write,idps.write"/>
<entry key="autoapprove" value="true"/>
Expand Down

0 comments on commit bd39493

Please sign in to comment.