Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout RedirectURI is not redirecting back to mobile app with Azure auth #916

Closed
AmarRaghav opened this issue Oct 20, 2023 · 5 comments
Closed
Labels
needs-triage Waiting for a member of the team to confirm

Comments

@AmarRaghav
Copy link

AmarRaghav commented Oct 20, 2023

Issue

Logout redirect URI is not redirecting back to the mobile app with Azure auth


I am using the below

const config = {
issuer: 'https://login.microsoftonline.com/<TENANT_ID>/v2.0',
clientId: CLIENT_ID,
redirectUrl: redirectUrl,
scopes: ['openid', 'profile', 'email', 'offline_access'],
};
const logoutConfig = {
idToken: ID_TOKEN,
postLogoutRedirectUrl: postlogoutRedirectURL
};

in Logout method:

await logout(config, logoutConfig)

The page is not redirecting back to the mobile app

Simulator Screenshot - iPhone 15 - 2023-10-20 at 12 10 38

@mraible @bkonkle @mooreds @calendee
@mariano-formidable

@eleversa
Copy link

Here the same with Google... any solutions?

@only1chi
Copy link

@AmarRaghav @eleversa
I have the same exact problem. Has anyone figured out how to solve it?
Are you guys using SAML logout?

@AlokRently
Copy link

"@AmarRaghav, please include the following additional parameter in your logout configuration: additionalParameters: { "redirect_uri": app://app.auth}

@VeljkoSkrbic
Copy link

Did someone manage to fix this?

@carbonrobot
Copy link
Contributor

Moving discussion to #1042

@carbonrobot carbonrobot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Waiting for a member of the team to confirm
Projects
None yet
Development

No branches or pull requests

6 participants