Replies: 1 comment
-
Some more related links: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traditionally, API access is allowed only if the access token presented by the client application is valid. By using a PoP (Proof of Possession) such as DPoP, the API implementation will additionally check whether the client application presenting the access token is the valid owner of the access token. If the client is not the valid owner of the access token, the API access is rejected. Implementing this mobile app can prevent itself from stolen token misuse,
Ref: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop
Beta Was this translation helpful? Give feedback.
All reactions