Skip to content

Commit

Permalink
Updated Azure AD doc for logout instructions (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
faizplus authored May 17, 2024
1 parent 2b61fa3 commit b551e9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config-examples/azure-active-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ const refreshedState = await refresh(config, {
});
```

**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.
**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.

**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 comments on commit b551e9a

Please sign in to comment.