docs(oidc): add token exchange example video

This commit is contained in:
Tim Möhlmann
2025-04-01 10:58:39 +03:00
committed by GitHub
parent 315503beab
commit 5cdfb9dfc1

View File

@@ -26,6 +26,8 @@ In this guide we assume that the application performing the token exchange is al
Token Exchange is a complex and broad subject. Before we get our hands dirty with the "how-to" part, lets first cover some basics.
[Example video](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
### Token types
Token Exchange offers a range of possibilities for providing and requesting different token types. The existence of the various `*_token_type` fields in the request and response data helps defining which tokens we are sending, which ones we wish to receive and finally which one(s) we did receive in the response.