Forum Discussion
- Cody_HostermanPuritanAre you sure that JWT is correct? The first part doesnt seem correct, it looks like it resolves to an unknown algorithm
- Cody_HostermanPuritantest it here https://jwt.io/
- pavan_neelaNovice Iyes, I've generated the token using http://jwt.io|jwt.io
- pavan_neelaNovice I{ "alg": "RS256", "typ": "JWT" }
- pavan_neelaNovice Ialgo used to generate, JWT claim in payload are iss, iat and exp
- pavan_neelaNovice Ion JWT portal signature is valid
- Cody_HostermanPuritanmaybe im reading the wrong thing but the first part "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzl1NiJ9" seems to resolve to
- Cody_HostermanPuritanthe first part is always the same, eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9
- pavan_neelaNovice Iok, got you I will verify. Thank you !
- Cody_HostermanPuritansounds good, let me know!