APIM New Developer Portal Does not work Azure B2C SSO #2600
sakthimpwork
started this conversation in
Feature request
Replies: 3 comments
-
@sakthimpwork, thank you for opening this issue. We will triage it within the next few business days. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sakthimpwork, technically, session of AAD B2C and developer portal sessions are different, because we exchange B2C id_token to APIM-specific one. However, it's not impossible to implement, so I'll mark this issue as feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sakthimpwork, thank you for requesting this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every bug report should have precise description and reproduction steps; console traces or source code references are appreciated.
For assistance requests, contact Azure support or submit a post on Stack Overflow. We don't provide support through GitHub Issues. Feature requests can be raised on the Azure Feedback Forum.
Bug description
Single Sign On does not work as expected for Azure B2C identity
Reproduction steps
Pre-request:
Create .Net Core 6 Web Application using Azure B2C identity authentication
Create New APIM Instance with Azure B2C authentication
Go to 'Web Application login with Azure B2C identity.'
Click on 'APIM Developer Portal Link' Which is taking me from my application to APIM new Developer portal
Still showing Sign In OAuth widget(AKS "Active Director B2C". But when I click the button manually, it got authenticated without any issue.
Expected behavior
APIM New developer portal should sign in automatically since the user is already authenticated from a different application. Both are using the same identity provider, which is Azure B2C.
Is your portal managed or self-hosted?
Managed
Release tag or commit SHA (if using self-hosted version)
[e.g., release
2.0.0
, commitc45da9778b70d369aba60fa2e63c191efe2b548f
]##mypocapim
[e.g., contoso-api]
Environment
Additional context
Beta Was this translation helpful? Give feedback.
All reactions