Skip to content

Commit efbb64b

Browse files
authored
Added clarification to the azure example config. (#593)
1 parent 13d2519 commit efbb64b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/config-examples/azure-active-directory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ const refreshedState = await refresh(config, {
5454
refreshToken: authState.refreshToken,
5555
});
5656
```
57+
58+
**Important** When you add your app in the azure portal and are given a `redirectUrl` to use, make sure you add a trailing slash when you add it to your config - e.g. `msauth.BUNDLEID://auth/` - failure to add that causes it to fail in IOS.

0 commit comments

Comments
 (0)