Please enter the following information from the Identity Cloud Console. We’ll use this information in the next steps.
For reference, click to open in a new tab and sign in: Identity Cloud Console
You can find the Application ID in the Identity Cloud Console:
Application Id
in the top section of the page
Example: a1bcde2fg3h456ijk7l8mnop9q
The unique identifier for your Identity Cloud Registration Application. You’ll reference this when calling the Registration Flow Configuration API to customize Hosted Login screens.
You can find the OIDC URL in the Identity Cloud Console:
oidc_url
setting under Global Settings in the Custom Settings section
Example: https://v1.api.us.janrain.com/my-customer-id/login
Your base URL for calling Hosted Login from your site or app. For example, when a user clicks a “Log In” button on your web page, Hosted Login is called with this URL to display the Sign In screen.
If you’re not sure what your region is, you can confirm it in the Identity Cloud Console:
oidc_url
setting under Global Settings in the Custom Settings section
oidc_url
.
us
.janrain.com/my-customer-id/loginExample: us
Your instance of Hosted Login resides in a particular region depending on your location. Examples: us
(United States), eu
(Europe), jp
(Japan)
Similar to your region (above), your Customer ID can be found within the oidc_url
.
* Example: https://v1.api.us.janrain.com/my-customer-id
/login
It can also be found in the customer_id
setting in the Identity Cloud Console:
customer_id
setting under Global Settings in the Custom Settings section
Example: a12bc34d-567e-8f90-gh12-3i45jk678lm9
The unique identifier for your Hosted Login instance. You’ll reference this when performing two kinds of tasks - configuring Hosted Login and integrating it with your site or app.
You can find the Public OIDC Client ID in the Identity Cloud Console:
janrainOidcClientId
setting under Settings in the Custom Settings section
Example: 12a345b6-c7d8-9e01-f2g3-h4567i890j12
Used to implement Hosted Login on your site or app with a library or plugin that does not require a client secret. Each Identity Cloud Property used for Hosted Login will have its own OIDC client ID.
You can find the Profile URL in the Identity Cloud Console:
hosted_login_profile_url
setting under Settings in the Custom Settings section
Example: https://v1.api.us.janrain.com/my-customer-id/auth-ui/profile?client_id=my-client-id
Your URL for calling the Hosted Login profile screen from your site or app. This is the screen that allows the end user to view and edit their profile. For example, when an authenticated user clicks a “My Profile” button on your web page, Hosted Login is called with this URL to display the profile screen.
Without any development necessary, you can run a test of your instance of Hosted Login using the Identity Cloud’s OIDC Playground.
Here are the steps you can take to configure and add Hosted Login to your own site or app.