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
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
Hi, when I am using the latest downloaded application [ms-identity-java-webapp], it gives me a token that is not getting parsed it gives below exception
"com.nimbusds.jose.JOSEException: Unsupported JWS algorithm RS256, must be HS256, HS384 or HS512".
But when I am using the old downloaded project [ms-identity-java-webapp] ( which was downloaded by me in sept 2021), the token by this project is getting parsed. Why the token doesn't work for the newer version of the app?
The text was updated successfully, but these errors were encountered:
shiv-ang-i
changed the title
Token algorithm changed
Token algorithm changed?
Sep 13, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, when I am using the latest downloaded application [ms-identity-java-webapp], it gives me a token that is not getting parsed it gives below exception
"com.nimbusds.jose.JOSEException: Unsupported JWS algorithm RS256, must be HS256, HS384 or HS512".
But when I am using the old downloaded project [ms-identity-java-webapp] ( which was downloaded by me in sept 2021), the token by this project is getting parsed. Why the token doesn't work for the newer version of the app?
The text was updated successfully, but these errors were encountered: