From f0b7ae15438be142b7d647505e24f4a4a62a5c61 Mon Sep 17 00:00:00 2001 From: Gary Cheung Date: Tue, 3 Mar 2026 12:18:47 -0800 Subject: [PATCH 1/2] update links --- modules/ROOT/pages/conf-openid-connect-task.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/conf-openid-connect-task.adoc b/modules/ROOT/pages/conf-openid-connect-task.adoc index 84bd9492..d7f5572f 100644 --- a/modules/ROOT/pages/conf-openid-connect-task.adoc +++ b/modules/ROOT/pages/conf-openid-connect-task.adoc @@ -128,9 +128,9 @@ The location of the OpenID Provider. For most providers, `/.well-known/openid-co == See Also * https://developer.okta.com/docs/api/openapi/okta-oauth/guides/overview/[Okta OpenID Connect] -* https://developer.okta.com/docs/api/openapi/okta-oauth/oauth/tag/Client/[Dynamic Client Registration] +* https://developer.okta.com/docs/api/openapi/okta-oauth/oauth/client[Dynamic Client Registration] * https://developer.okta.com/docs/guides/create-an-api-token/[Getting a Token] -* https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/[Get a User] +* https://developer.okta.com/docs/api/openapi/okta-management/management/tags/user[Get a User] * https://help.salesforce.com/s/articleView?language=en_US&id=remoteaccess_oauth_web_server_flow.htm[Salesforce OAuth 2.0 Web Server Authentication Flow] * https://help.salesforce.com/s/articleView?language=en_US&id=sso_provider_openid_connect.htm[Salesforce OpenID Connect, Authentication Request] * https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm[Salesforce OAuth Refresh Token Process] From 0eb6a3eafa12649e00f0ae52905afeb146b45003 Mon Sep 17 00:00:00 2001 From: Gary Cheung Date: Tue, 3 Mar 2026 12:20:10 -0800 Subject: [PATCH 2/2] update link --- modules/ROOT/pages/configure-client-management-openid-task.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/configure-client-management-openid-task.adoc b/modules/ROOT/pages/configure-client-management-openid-task.adoc index 22e46cbc..c4f10635 100644 --- a/modules/ROOT/pages/configure-client-management-openid-task.adoc +++ b/modules/ROOT/pages/configure-client-management-openid-task.adoc @@ -178,7 +178,7 @@ You can select the Refresh Token grant type only if you have also selected the A * xref:api-manager::mule-oauth-provider-landing-page.adoc[About OAuth 2.0] * https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant[How to find your Microsoft Entra ID tenant ID]. * https://docs.pingidentity.com/archive/[OpenAM 13.5 Developer's Guide, Procedure 14.4 To Register a Relying Party Dynamically] -* https://developer.okta.com/docs/api/openapi/okta-oauth/oauth/tag/Client/[Okta OpenID Connect, Dynamic Client Registration] +* https://developer.okta.com/docs/api/openapi/okta-oauth/oauth/client[Okta OpenID Connect, Dynamic Client Registration] * https://developer.okta.com/docs/api/openapi/okta-oauth/guides/overview/[Okta OpenID Connect & OAuth 2.0 API] * https://docs.pingidentity.com/archive/[AM 5 OAuth 2.0 Guide, 3.1. OAuth 2.0 Client and Resource Server Endpoints] * https://help.salesforce.com/s/articleView?id=001115835&type=1[How to reset secrets for client applications when using external client management]