Skip to content

Use case with customer-configured providers #343

Answered by maennchen
AndrewDryga asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to manage the configurations yourself as well. To do so, you can create a context and then use it:

The functions in oidcc are only convenience functions and you should be able to call underlying functions with a manually created context.

If you opt in to use this method, you’ll be responsible to manage loading and refreshing the configuration.

Make sure yo implement a refresh_jwks function as well to reload the jwks any time you encounter a new and unknown kid.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AndrewDryga
Comment options

Answer selected by maennchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #341 on April 15, 2024 04:54.