ForgeRock SDKs

Register an OAuth 2.0 client

The following content applies to all SDKs.

The OAuth 2.0 client profile defines how an application connects to AM to obtain OAuth 2.0 tokens.

The OAuth 2.0 provider settings define the options available to a client profile:

  1. Log in to your Identity Cloud tenant.

  2. In the left panel, click Applications.

  3. Click Add Application.

  4. Select Native/SPA, and then click Next.

  5. In Client ID, enter ForgeRockSDKClient.

  6. Click Create Application.

  7. In Sign-In URLs, enter https://sdkapp.example.com:8443/callback.

  8. For Android and iOS applications, make sure Grant Types contains Authorization Code and Refresh Token.

  9. In Scopes, enter: openid, profile, email, address, and phone.

  10. In Advanced > Authentication > Token Endpoint Authentication Method, select none.

  11. Click Save.

Copyright © 2010-2023 ForgeRock, all rights reserved.