-
Notifications
You must be signed in to change notification settings - Fork 427
Open
Description
It would be helpful to be able to call ProviderConfig() on Provider to return a reusable config, or make the fields not private
I'm working on a project that requires caching the OpenID discovery request.
From Provider I'm trying to extract the fields needed to create a ProviderConfig which I can then cache and recall using ProviderConfig.NewProvider
Is there a reason to keep fields on Provider private? Some are available through UserInfoEndpoint and Endpoint. These aren't sensitive URLs since they're publicly available through discovery.
Please let me know if there's another method for retrieving these fields that I might be missing. Thanks!
Metadata
Metadata
Assignees
Labels
No labels