diff --git a/en/identity-server/7.0.0/docs/guides/applications/register-standard-based-app.md b/en/identity-server/7.0.0/docs/guides/applications/register-standard-based-app.md index bc54207915..3e9d012cf6 100644 --- a/en/identity-server/7.0.0/docs/guides/applications/register-standard-based-app.md +++ b/en/identity-server/7.0.0/docs/guides/applications/register-standard-based-app.md @@ -50,6 +50,13 @@ To register an application: + !!! note + If you are planning to enable the Authorization Code grant type for standard-based applications, please note the following when adding the authorized redirect URL. The authorized redirect URL should be defined based on the type of application you are using: + + - Web-based applications: Use exact URLs or implement logic to dynamically register specific redirect URIs as needed. + + - Mobile apps with deep links: Wildcard support may be acceptable, but it must be implemented securely and restricted to well-defined patterns to limit its scope. + ## What's Next? - [Configuring an OIDC application]({{base_path}}/references/app-settings/oidc-settings-for-app/) diff --git a/en/identity-server/next/docs/guides/applications/register-standard-based-app.md b/en/identity-server/next/docs/guides/applications/register-standard-based-app.md index bc54207915..3e9d012cf6 100644 --- a/en/identity-server/next/docs/guides/applications/register-standard-based-app.md +++ b/en/identity-server/next/docs/guides/applications/register-standard-based-app.md @@ -50,6 +50,13 @@ To register an application: + !!! note + If you are planning to enable the Authorization Code grant type for standard-based applications, please note the following when adding the authorized redirect URL. The authorized redirect URL should be defined based on the type of application you are using: + + - Web-based applications: Use exact URLs or implement logic to dynamically register specific redirect URIs as needed. + + - Mobile apps with deep links: Wildcard support may be acceptable, but it must be implemented securely and restricted to well-defined patterns to limit its scope. + ## What's Next? - [Configuring an OIDC application]({{base_path}}/references/app-settings/oidc-settings-for-app/) diff --git a/en/includes/guides/applications/register-mobile-app.md b/en/includes/guides/applications/register-mobile-app.md index 5692c05def..c71118ee56 100644 --- a/en/includes/guides/applications/register-mobile-app.md +++ b/en/includes/guides/applications/register-mobile-app.md @@ -29,7 +29,7 @@ To register the app: