-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Currently the elytron-oidc-client is hardcoding the scope sent in the authentication request to
...scope=openid
Some OIDC providers, Azure for example, require additional attributes to be sent in the authentication request.
...scope=<clinet id>%20offline_access%20openid
Please add ability to configure additional attributes to be sent in the scope.
- is related to
-
WFLY-16532 [Preview] elytron-oidc-client: add ability to configure additional scope for authentication request
- Closed
- relates to
-
ELY-2737 Determine if a predicate can be used when parsing an oidc.json file to determine if any attributes are invalid
- Open