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
Using this library for Android and iOS but getting different type of JWT token. When decoded, we found following difference.
Because of this difference token generated by iOS App is getting authenticated by backend server but token generated by Android app is getting rejected as invalid token.
Token generated by iOS looks like below. It contains "iss" ending with oauth2/default and aud as api://default.
Using this library for Android and iOS but getting different type of JWT token. When decoded, we found following difference.
Because of this difference token generated by iOS App is getting authenticated by backend server but token generated by Android app is getting rejected as invalid token.
Token generated by iOS looks like below. It contains "iss" ending with oauth2/default and aud as api://default.
But in case of Android, "iss" is just "https://org-dev.oktapreview.com" and aud is also "https://org-dev.oktapreview.com"
The text was updated successfully, but these errors were encountered: