Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make token exchange grant type supported by OIDC client registration #37554

@mposolda

Description

@mposolda

Description

This is follow-up to #37110 .

Once we have switch for standard token exchange on client, we can integrate it also with the https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata . If the token-exchange grant is available in the grant_types supported when client is being registered/updated, we can enable standard token exchange on the client like we're doing for other grants.

Similarly we can return token-exchange grant type in the OIDC client GET request if enabled on the client.

NOTE: Related class is DescriptionConverter .

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions