To add some details for clarification:
We are using auth0.com (Okta product) to provide our customer bearer tokens for API authorization. Unlike Okta which I think has an API for token validation, auth0 requires clients (me) to validate tokens. Auth0 offers several SDKs to make this easy for the ...
Search found 2 matches
- Tue Jan 24, 2023 5:44 am
- Forum: Questions & Answers
- Topic: JWT Token Validation
- Replies: 2
- Views: 4952
- Sat Jan 21, 2023 6:35 am
- Forum: Questions & Answers
- Topic: JWT Token Validation
- Replies: 2
- Views: 4952
JWT Token Validation
I am receiving a JWT token from an HTTP request and need assistance with validation.
Below is my code, which is trying to load a PEM file and pass to the TryVerifyToken method. The .LoadPemFile is not successful, so I am not sure of the implementation. Sorry, these PRIMs are new for me and docs ...
Below is my code, which is trying to load a PEM file and pass to the TryVerifyToken method. The .LoadPemFile is not successful, so I am not sure of the implementation. Sorry, these PRIMs are new for me and docs ...