Skip to content

Commit b551e9a

Browse files
authored
Updated Azure AD doc for logout instructions (#975)
1 parent 2b61fa3 commit b551e9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ const refreshedState = await refresh(config, {
5555
});
5656
```
5757

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.
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.
59+
60+
**Logout:** To properly implement the `logout` functionality, please refer to the necessary requirements outlined in [this comment](https://github.com/FormidableLabs/react-native-app-auth/issues/715#issuecomment-1057444218).

0 commit comments

Comments
 (0)