You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throws a null ref in GetKey() on the TokenType being null when trying to save the access token.
not sure if related:
Also, the tenantId when using ADFS is null, so the cache key is missing the tenantId, and looks like the following: 567794c8-a349-4ye3-672a-9947accbde95__AppTokenCache
and this is the authority: https://127.0.0.1/adfs/
For the null ref, it is probably an old version of ADFS. We have integration tests with ADFS 2019 and token_type is present in the response. Can someone confirm the version of ADFS used?
For the cache key observation - ADFS was designed to be single-tenant, you can't have more than 1 tenant per ADFS server, so tenant_id is indeed null and the cache key looks ok.
@bgavrilMS We are using WS2019, so ADFS version is 2019. I will check with ADFS team to check the setup on why it is returning empty fields in the token request
Throws a null ref in
GetKey()
on the TokenType being null when trying to save the access token.not sure if related:
Also, the tenantId when using ADFS is null, so the cache key is missing the tenantId, and looks like the following:
567794c8-a349-4ye3-672a-9947accbde95__AppTokenCache
and this is the authority:
https://127.0.0.1/adfs/
See this line.
The text was updated successfully, but these errors were encountered: