Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added optional extra fields to introspection #443

Merged
merged 2 commits into from
May 26, 2023

Conversation

alienscience
Copy link
Contributor

When a token is requested with zitadel scopes such as urn:zitadel:iam:user:resourceowner or urn:zitadel:iam:user:metadata, extra fields are available in the introspection result.

This change adds support for the additional extra fields.

Because the existing code, and this change, use a deprecated api in the base64 crate, the base64 dependency has been changed to the stable base64-compat crate. This is just personal taste, and I would happy to convert the base64 calls to the newer api if you would prefer.

Fixes #437

@buehler buehler enabled auto-merge (squash) May 26, 2023 08:08
@buehler buehler merged commit 68ed151 into smartive:main May 26, 2023
1 check passed
@github-actions
Copy link

🎉 This PR is included in version 3.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Support for Additional Claims in Introspection
2 participants