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

cleanup/azure_aad_issuer_uri #3709

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Conversation

rfc3092
Copy link
Contributor

@rfc3092 rfc3092 commented Dec 20, 2024

No description provided.

…reClientCredential and verified by ConditionalOnDollyApplicationConfiguredForAzure.
- Setting jwk-set-uri from AZURE_OPENID_CONFIG_JWKS_URI.
- Setting token-uri from AZURE_OPENID_CONFIG_TOKEN_ENDPOINT.
- Setting authorization-uri from an unholy use of SpEL and AZURE_OPENID_CONFIG_TOKEN_ENDPOINT (tentatively).
- Removed hardcoded AAD_ISSUER_URI from YAML config.
- Replaced usage of AAD_ISSUER_URI in no.nav.testnav.libs.standalone.servletsecurity.exchange.AzureAdTokenService with AZURE_OPENID_CONFIG_TOKEN_ENDPOINT.
- Replaced usage of AAD_ISSUER_URI in no.nav.testnav.libs.servletsecurity.exchange.AzureAdTokenService with spring.security.oauth2.resourceserver.aad.issuer-uri (to match @ConditionalOnProperty; note difference between above AzureAdTokenService).
- Changed provider to azure.
- Added a CustomReactiveOAuth2UserService bean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant