SC‑300 Study Portal Path 4

Unit 5: Configure app authentication

Authentication settings vary by platform and must match the application type.

Platform Configuration Overview

PlatformConfiguration
WebRedirect URI, sign-out URL, token settings.
Single-page applicationRedirect URI, authorization code flow with PKCE.
iOS / macOSBundle ID, auto-generated redirect URI.
AndroidPackage name and signature hash.
Mobile and desktop appsSuggested or custom redirect URIs.

Redirect URI Security Requirements

Redirect URIs must

Use HTTPS, except for localhost during development.

Match case exactly.

Follow strict trailing slash rules.

Avoid unsupported special characters.

Incorrect redirect URIs are a common cause of authentication failures.