Logout doesn't redirect back when using AD tenant in the authority url. #1569
Labels
aad-service
Related to the AAD / MSA service
bug
A problem that needs to be fixed for the feature to function as intended.
no-issue-activity
Issue author has not responded in 5 days
Library
[email protected]
or@azure/[email protected]
@azure/[email protected]
@azure/[email protected]
@azure/[email protected]
@azure/[email protected]
Description
Hi all, this is about an issue I already explained here and as requested I'm opening a new issue.
I'm using a B2C tenant even if I'm trying the standard Azure AD identity feature (personal MS and organizational accounts).
I've tried a couple of different combinations with authorities and accounts.
Following are authorities that all work with both accounts, personal and organizational:
authority: "https://login.microsoftonline.com/consumers"
authority: "https://login.microsoftonline.com/organizations"
authority: "https://login.microsoftonline.com/common"
But if I try to use my tenantId or name (
authority: "https://login.microsoftonline.com/<tenant_name_or_id>"
) with my organizational account the logout url doesn't get triggered.Regression
I haven't tried a previous version.
Configuration
This the relevant sections of the manifest of my app registered in the tenant:
Reproduction steps
Expected behavior
The page should redirect back to my logout url, but it gets stuck here:
Browsers
Tried with Chrome 81.0.4044.129 (Official Build) (64-bit) and Firefox 75.0 (64-bit).
Thanks!
The text was updated successfully, but these errors were encountered: