Skip to content

Commit

Permalink
#113 adding missing 'roles' scope for alaAdmin page access
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant committed Sep 6, 2022
1 parent 46b892c commit 1d81b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ security:
discovery-uri: 'https://auth-test.ala.org.au/cas/oidc/.well-known'
clientId: 'change me'
secret: 'change me'
scope: 'openid profile'
scope: 'openid profile roles'

environments:
development:
Expand Down

0 comments on commit 1d81b6c

Please sign in to comment.