Skip to content

Add support for DeviceAuthURL and a Provider.Config() API#140

Open
DrDaveD wants to merge 1 commit into
hashicorp:mainfrom
DrDaveD:return-provider-config
Open

Add support for DeviceAuthURL and a Provider.Config() API#140
DrDaveD wants to merge 1 commit into
hashicorp:mainfrom
DrDaveD:return-provider-config

Conversation

@DrDaveD

@DrDaveD DrDaveD commented Aug 14, 2024

Copy link
Copy Markdown

The go-oidc library added support for DeviceAuthURL in coreos/go-oidc#365. This adds it also to the cap library and also makes a ProviderConfig structure available through a new API call Provider.Config() so an application like the one added in hashicorp/vault-plugin-auth-jwt#131 that needs those URLs does not need to discover them itself. Note that it does not include JWKSURL because that is not available through the go-oidc API.

At the same time, this adds DeviceAuthURL to the DiscoveryInfo API.

@jimlambrt

Copy link
Copy Markdown
Collaborator

@DrDaveD I'll try to get you some review feedback by end of this week; baring unforeseen circumstances.

@DrDaveD

DrDaveD commented Oct 7, 2024

Copy link
Copy Markdown
Author

@jimlambrt I suppose those unforeseen circumstances occurred? Can you get that review feedback soon?

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.

2 participants