Help Center/ OneAccess/ API Reference/ Appendix/ Verifying the id_token in OIDC
Updated on 2024-12-30 GMT+08:00

Verifying the id_token in OIDC

  1. Log in to the OneAccess administrator portal, and choose Settings > Service Settings.
  2. On the displayed page, click OIDC.
  3. Click OIDC Settings.
  4. Obtain the address in jwks_uri.

  5. Enter this address in the address box of a browser, and obtain the secret based on the signature encryption mode of the created OIDC application. For example, for RS512, obtain the content in the red box in the following figure.

  6. Use this secret to verify the id_token.