Feature: Migrate demo portal IDP to a real OIDC server #1574
Labels
enhancement
New feature or request
refactoring
Restructure the source code so as to improve operation with
Milestone
Is your feature request related to a problem? Please describe.
The demo portal uses Azure AD B2C to authenticate users. However, this IDP is not fully compatible with the Open ID Connect protocol. For example, it is missing the
userinfo_endpoint
, which causes problems when authenticating when migrating to .NET 7 for example.Describe the solution you'd like
Ensure that our IDP for our demo portal supports all the required flows from the default OIDC-client implementation.
Describe alternatives you've considered
Wait for the ASP.NET Core team to update the oidc-client package to v2.0, which could allow us to work with AD B2C since it no longer requires the
userinfo_endpoint
to authenticate users...Additional context
N/A
The text was updated successfully, but these errors were encountered: