I want to validate only the signature of the token which I recieve after logging with Azure B2C AD
.
Examples showed in the web, use a secret or key parameter, which I'm not sure from where I can get them if Azure B2C AD
generates the token.
If it's possbile, how can I achieve only that signature validation without more validations for Audience
etc ?
EDIT it uses "alg": "RS256"