Ebram
Ebram4mo ago

Token Introspection for Session Tokens

I was wondering how one exchanged a session token for an access token as stated here https://zitadel.com/docs/guides/integrate/login-ui/session-validation#token-introspection
ZITADEL Docs
Sessions represent the state of a user session in ZITADEL. They can be aggregated and updated over time to reflect
2 Replies
Raccine
Raccine4mo ago
Hey @Ebram! :gigipixel: As you saw in the guide, we don't currently support direct session token exchange for access tokens - so you'll still need to guide the user through the login UI to get an access token. We do actually have an issue open that would address this later down the line: https://github.com/zitadel/zitadel/issues/7900 In the docs you've referenced, it links back to this guide Support for the OpenID Connect(OIDC) Standard in a Custom Login UI and it may also be helpful to read Authenticate users with OpenID Connect
Ebram
EbramOP4mo ago
Hey @Raccine, I was looking around and found this https://github.com/zitadel/zitadel/issues/8017 Would you guys ever consider implmenting this. The use case would be that instead of a user trying to access a resource first they would go to the SSO than the resource
GitHub
Support for IdP Initiated SAML SSO to OIDC application · Issue #80...
Preflight Checklist I could not find a solution in the existing issues, docs, nor discussions I have joined the ZITADEL chat Describe your problem Couldn't find any resource on how to have mult...

Did you find this page helpful?