Skip to content

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

Closed as not planned
@AmarRaghav

Description

@AmarRaghav

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageWaiting for a member of the team to confirm

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions