Tools, FAQ, Tutorials:
Azure AD v2 id_token Is Smaller
Where Azure AD v2.0 id_token is smaller than v1.0?
✍: FYIcenter.com
Azure AD v2.0 id_token is smaller than v1.0, because
the number of default claims (properties) are reduced in Azure AD v2.0 id_tokens
as shown in the table below:
Azure AD v2.0 Azure AD v1.0
ver=2.0 ver=1.0
rh
iss iss
sub sub
aud aud
exp exp
iat iat
nbf nbf
oid oid
tid tid
aio aio
amr
idp
uti
name
nonce
email
ipaddr The IP address the client logged in from.
given_name
family_name
unique_name
preferred_username
See the next tutorial on how to add additional claims into Azure AD 2.0 id_tokens.
⇒ Adding Claims in Azure AD v2 id_token
2019-04-03, ∼2153🔥, 0💬
Popular Posts:
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
Why I am getting "LNK1104: cannot open file 'MSCOREE.lib'" error when building a C++/CLI program? Vi...