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

Add a custom OIDC identity provider test #36609

Merged

Conversation

sberyozkin
Copy link
Member

This PR adds a test confirming a custom OIDC identity provider can be used instead of the default OidcIdentityProvider, showing along the way how to tell Quarkus OIDC for it not to attempt to resolve the JWK set itself (for example, in #36563, a custom authentication is required to fetch the keys).

I'm planning to close the linked issue after some further discussions there and deal with the enhancement ideas discussed there in a separate issue

@quarkus-bot

This comment has been minimized.

@sberyozkin
Copy link
Member Author

Looks like it impacts checking the log for another test, will have a look

@sberyozkin sberyozkin force-pushed the oidc_custom_identity_providers branch from 0901e87 to cfc5fb2 Compare October 21, 2023 17:40
@sberyozkin
Copy link
Member Author

This is a strange problem, I renamed the new test to be 3rd to run, via the alphabetical order, and looks it does have side-effects on another test this way which now runs before it.

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 21, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@sberyozkin sberyozkin merged commit dff07fa into quarkusio:main Oct 22, 2023
19 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.6 - main milestone Oct 22, 2023
@sberyozkin sberyozkin deleted the oidc_custom_identity_providers branch October 22, 2023 21:20
@gsmet gsmet modified the milestones: 3.6 - main, 3.5.1 Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants