From b551e9a9df4fbcc34687cf557f687afb5e2b32e0 Mon Sep 17 00:00:00 2001 From: Faiz Ahmed Date: Fri, 17 May 2024 17:17:54 +0530 Subject: [PATCH] Updated Azure AD doc for logout instructions (#975) --- docs/config-examples/azure-active-directory.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config-examples/azure-active-directory.md b/docs/config-examples/azure-active-directory.md index ecec91d4..acc8720e 100644 --- a/docs/config-examples/azure-active-directory.md +++ b/docs/config-examples/azure-active-directory.md @@ -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. \ No newline at end of file +**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).