vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 65 forks source link

Logout does not work at iOS and Android #189

Open daimonkor opened 1 year ago

daimonkor commented 1 year ago

Hello, logout does not work and auto close webview does not work at iOS and Android. Thanks for help

Nurtilekk commented 1 year ago

You need to set correct redirectUrl when creating new instance of AzureAuth

image
tranminhnhat1005 commented 8 months ago

You need to set correct redirectUrl when creating new instance of AzureAuth image

Hi, @Nurtilekk please talk about this solution in more detail, many thanks!