Get Identity provider token in keycloak after logging

Hi All,
In our application, we are using the Azur Active directory as an Identity Provider. Is there any way to get the Identity provider token in Keycloak for all the logged-in users?
I’m referring to the Token Exchange in Keycloak Documentation. Is it a one-time process for the token exchange? I have doubts about Making the request, Is it a configuration call to set up the Keycloak Token exchange?
Thanks

It’s all in the docs…
https://www.keycloak.org/docs/latest/server_admin/index.html#retrieving-external-idp-tokens

1 Like