Skip to content

Commit 0dc1aac

Browse files
Merge pull request #250758 from davidmu1/updatesteps48
updated sign-in steps for admin center
2 parents 2e4c180 + e7ce019 commit 0dc1aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-mobile-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ To register a scheme for your app:
320320

321321
Here, `BundleId` uniquely identifies your device. For example, if `BundleId` is `yourcompany.xforms`, your URL scheme is `msauth.com.yourcompany.xforms`.
322322

323-
This URL scheme will become part of the redirect URI that uniquely identifies your app when it receives the broker's response. Make sure that the redirect URI in the format `msauth.(BundleId)://auth` is registered for your application in the [Azure portal](https://portal.azure.com).
323+
This URL scheme will become part of the redirect URI that uniquely identifies your app when it receives the broker's response. Make sure that the redirect URI in the format `msauth.(BundleId)://auth` is registered for your application.
324324

325325
```xml
326326
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)