What is the reasoning for not including the organization name in the artifacts? #50001
Unanswered
nrail-joerg-walter
asked this question in
Q&A
Replies: 1 comment
|
The design decision to use the alias (not the full name) in tokens and UserInfo comes down to two things: stability and URL-safety. Why alias and not name:
To include the organization name in your tokens: Alternatively, if the organization name is needed in your application, the recommended pattern is to resolve it from the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am getting tokens and user infos with the organization alias and its uuid - but not with the full organization name.
What is the reasoning for that?
All reactions