Agent Token Claims
In brief
The documentation now shows different sample GUID values for the aud, appid, oid, sub, and tid claims.
What Entra admins need to know
No administrator action is stated. Administrators referencing these examples should use the updated sample identifiers.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
{
"aud": "f2510d34-8dca-4ab8-a0bc-aaec4d3a3e3600001111-aaaa-2222-bbbb-3333cccc4444",
"iss": "https://sts.windows.net/00000001-0000-0ff1-ce00-000000000000/",
"iat": 1753392285,
"nbf": 1753392285,
"exp": 1753421385,
"aio": "Y2JgYGhn1nzmErKqi0vc4Fr6H22/C5/4FP+xZbZYpik8nRkp+gEA",
"appid": "aaaaaaaa-1111-2222-11112222-bbbb-3333-444444444444cccc-4444dddd5555",
"appidacr": "2",
"idp": "https://sts.windows.net/00000001-0000-0ff1-ce00-000000000000/",
"idtyp": "app",
"oid": "bbbbbbbb-aaaaaaaa-0000-1111-2222-3333-444444444444bbbbbbbbbbbb",
"rh": "1.AAAAAQAAAAAA8Q_OAAAAAAAAADQNUfLKjbhKoLyq7E06PjYAAAAAAA.",
"sub": "cccccccc-bbbbbbbb-1111-2222-3333-444444444444cccccccccccc",
"tid": "00000001-aaaabbbb-0000-0ff1-ce00-000000000000cccc-1111-dddd2222eeee",
"uti": "m5RaaRnoFUyp2TbSCAAAAA",
"ver": "1.0",
"xms_act_fct": "3 9 11",
@@ -21,20 +21,20 @@ Tokens issued for identities used for resource access include claims that you'd ```json {- "aud": "f2510d34-8dca-4ab8-a0bc-aaec4d3a3e36",+ "aud": "00001111-aaaa-2222-bbbb-3333cccc4444", "iss": "https://sts.windows.net/00000001-0000-0ff1-ce00-000000000000/", "iat": 1753392285, "nbf": 1753392285, "exp": 1753421385, "aio": "Y2JgYGhn1nzmErKqi0vc4Fr6H22/C5/4FP+xZbZYpik8nRkp+gEA",- "appid": "aaaaaaaa-1111-2222-3333-444444444444",+ "appid": "11112222-bbbb-3333-cccc-4444dddd5555", "appidacr": "2", "idp": "https://sts.windows.net/00000001-0000-0ff1-ce00-000000000000/", "idtyp": "app",- "oid": "bbbbbbbb-1111-2222-3333-444444444444",+ "oid": "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", "rh": "1.AAAAAQAAAAAA8Q_OAAAAAAAAADQNUfLKjbhKoLyq7E06PjYAAAAAAA.",- "sub": "cccccccc-1111-2222-3333-444444444444",- "tid": "00000001-0000-0ff1-ce00-000000000000",+ "sub": "bbbbbbbb-1111-2222-3333-cccccccccccc",+ "tid": "aaaabbbb-0000-cccc-1111-dddd2222eeee", "uti": "m5RaaRnoFUyp2TbSCAAAAA", "ver": "1.0", "xms_act_fct": "3 9 11", 