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

Added all claims to Get-AzToken output token type as Claims property #44

Merged
merged 2 commits into from
Dec 17, 2023

Conversation

PalmEmanuel
Copy link
Owner

New Claims property for the token output.

Implemented custom ClaimsDictionary with custom ClaimList to hold one or more values (strings) for each claim key (string). The need for custom types was to override ToString() so that it the nested property / value strings would be possible to present when the user gets the token in the PowerShell console.

@PalmEmanuel PalmEmanuel added the enhancement Code improvements, feature or feature request label Dec 17, 2023
@PalmEmanuel PalmEmanuel merged commit abec525 into main Dec 17, 2023
6 of 7 checks passed
@PalmEmanuel PalmEmanuel deleted the claims branch December 17, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Code improvements, feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token output should contain a list of all claims
1 participant