Skip to content

Ping Identity tokens validation (https://auth.pingone.com/) #216

Answered by ch4mpy
naruraghavan asked this question in Q&A
Discussion options

You must be logged in to vote

The TokenRelay= generates an invalid Bearer token

This token is a valid opaque token (not a JWT), what Ping Identity calls a token reference. There is no chance that a JWT decoder can validate it and that's why you get a 401.

You could use introspection instead of JWT decoding, but this would have a serious impact on your system's efficiency and scalability. I strongly advise that you contact Ping Identity support to get help configuring your authorization server to issue JWTs as access tokens (instead of token references).

How do I know to specify the JSON path?

  • use an online evaluator like this one. Most have links to some documentation about syntax
  • when configuring a resource serv…

Replies: 10 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@naruraghavan
Comment options

@ch4mpy
Comment options

Answer selected by ch4mpy
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@naruraghavan
Comment options

@ch4mpy
Comment options

Comment options

You must be logged in to vote
4 replies
@ch4mpy
Comment options

@naruraghavan
Comment options

@ch4mpy
Comment options

@naruraghavan
Comment options

Comment options

You must be logged in to vote
1 reply
@ch4mpy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants