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

OAuth2.GetClaims() #2363

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jwikman
Copy link

@jwikman jwikman commented Nov 14, 2024

Summary

Adds a new function to the OAuth2 module, GetClaims().
It takes a JSON Web Token (JWT) and returns the Claims as a JSONObject.

Work Item(s)

Fixes #2296

Fixes AB#556573

@github-actions github-actions bot added AL: System Application From Fork Pull request is coming from a fork labels Nov 14, 2024
@JesperSchulz JesperSchulz added the Integration GitHub request for Integration area label Nov 15, 2024
WaelAbuSeada
WaelAbuSeada previously approved these changes Nov 15, 2024
@JesperSchulz
Copy link
Contributor

@jwikman, we can approve this change. You're free to take it out of draft mode when ready 😊

@jwikman jwikman marked this pull request as ready for review November 15, 2024 14:35
@jwikman jwikman requested a review from a team as a code owner November 15, 2024 14:35
@github-actions github-actions bot added the Linked Issue is linked to a Azure Boards work item label Nov 15, 2024
@github-actions github-actions bot added this to the Version 26.0 milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AL: System Application From Fork Pull request is coming from a fork Integration GitHub request for Integration area Linked Issue is linked to a Azure Boards work item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BC Idea]: Get the claims from a SecretText JWT Token
3 participants