Well known discovery URI in identity cloud

Hello all,
How can we change the Discovery URI in the Identity cloud for our OAuth applications.

Referring the image below , we want " /fram/oauth2 " instead of " /f/am/oauth2 " in the discovery URl

1 Like

@Schauhan

Unsure about the /f/ value in your endpoint. As per the documentation and looking at our IDC tenant, the endpoint starts with /am/ as endpoint base. Here’s a documentation discussing the endpoint.

https://backstage.forgerock.com/docs/idcloud/latest/am-oidc1/rest-api-oidc-discovery-configuration.html

But to your question if you can change the base of this endpoint - you cannot. An alternative strategy would be to access the IDC well-known URL via custom endpoint e.g. behind RP. This would allow you to implement any custom domain or endpoint requirements.

1 Like