Atlassian

Can I change the UserInfo / introspection endpoint from Okta’s default authorization server to a custom one?

25 views May 26, 2025 0

Yes, you can change the UserInfo / introspection endpoint by configuring the plugin with a Custom OIDC Provider setup.

By default, the plugin uses this endpoint for Okta:

https://{yourOktaDomain}/oauth2/default/v1/userinfo

This points to the "default" custom authorization server in Okta.

To use a different authorization server (like a custom-named or the org server):

  1. Go to your configured provider in the plugin.
  2. Switch the OAuth Provider Type to Custom OIDC Provider.

  3. Enter the endpoints from your desired Okta authorization server, such as:
    • Authorization Endpoint
    • Token Endpoint
    • UserInfo Endpoint (e.g., https://{yourOktaDomain}/oauth2/{yourServer}/v1/userinfo )

This allows you to use a custom authorization server or the Org server:

https://{yourOktaDomain}/oauth2/v1/userinfo ← (for Org server)

Note: Make sure your selected server has the correct scopes and access policies to return user information.

Was this helpful?


Hello there!

Need Help? We are right here!

support