Questions tagged [token-exchange]

OAuth 2.0 Token Exchange

This specification defines a protocol for an HTTP- and JSON-based Security Token Service (STS) by defining how to request and obtain security tokens from OAuth 2.0 authorization servers, including security tokens employing impersonation and delegation.

17 questions
0
votes
1 answer

Token exchange in Spring OAuth2 client credentials flow

I have following Spring Security configuration: security: oauth2: resourceserver: jwt: issuer-uri: ${issuer-uri-of-identity} client: registration: some-app: client-id:…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
0
votes
1 answer

How to change the content of access tokens created through Keycloak token exchange

My goal is it to get two resource server specific access tokens which contains only the data specific to the respective resource server. I have the following setup: a public client is using 2 resource servers. After configuring clients, users, realm…
hb70muc
  • 101
  • 1
  • 1
  • 5
1
2