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
I'm trying to authenticate with ADFS. Unfortunately, if we extend the access token's lifetime to be longer than the refresh token's lifetime, ADFS won't send a refresh token at all (makes sense). We're only able to change access token lifetime per application, and not the refresh token lifetime (horrible limitation by our version of ADFS). So I'm wondering if I can just ignore the refresh token completely? This nuget seems to require that there be a refresh token, else it keeps prompting the user to sign in. Any advice?
The text was updated successfully, but these errors were encountered:
I'm trying to authenticate with ADFS. Unfortunately, if we extend the access token's lifetime to be longer than the refresh token's lifetime, ADFS won't send a refresh token at all (makes sense). We're only able to change access token lifetime per application, and not the refresh token lifetime (horrible limitation by our version of ADFS). So I'm wondering if I can just ignore the refresh token completely? This nuget seems to require that there be a refresh token, else it keeps prompting the user to sign in. Any advice?
The text was updated successfully, but these errors were encountered: