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

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

jwikman
Copy link
Contributor

@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
@JesperSchulz JesperSchulz enabled auto-merge (squash) November 18, 2024 18:09
@jwikman
Copy link
Contributor Author

jwikman commented Nov 18, 2024

@WaelAbuSeada, maybe you can do a review of the last change, now that all pipelines succeeded?

@JesperSchulz JesperSchulz merged commit 00b9e63 into microsoft:main Nov 19, 2024
24 checks passed
@jwikman jwikman deleted the dev/2296-access-token-claims branch November 19, 2024 09:41
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
4 participants