Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version Moscow_OIDC

...

...

Warning
iconfalse

The recommended practise for merchants is to use the Introspect URL from Openid-configuration rather than hardcoding the below URL value.

URLhttps://<oidc-baseurl>/protocol/openid-connect/token/introspect
Request

POST with parameters in body as application/x-www-form-urlencoded data

AuthenticationOIDC/OAuth2 client authentication according to supported methods
Success response200 OK with JSON containing response elements
Error response

401 Unauthorized if client authentication fails with JSON containing same standard error reponse elements as for the Token endpoint

200 OK with JSON containing only "active : false" if the query is otherwise invalid

ExampleSee below

...