You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible? For example, I’ve mapped 3 routes for IdentityServer, IdentityManager and IdentityServer.Admin in MVC application and configured one default OpenIdConnectAuthentication with mvc client scopes and clientId. It works until I try to login in IdentityManager or IdentityServer.Admin, after that I catch error because module trying with settings configured in OpenIdConnectAuthentication for mvc application.
Maybe somehow I can configure OpenIdConnectAuthentication for each map, or something else?
Is it possible? For example, I’ve mapped 3 routes for IdentityServer, IdentityManager and IdentityServer.Admin in MVC application and configured one default OpenIdConnectAuthentication with mvc client scopes and clientId. It works until I try to login in IdentityManager or IdentityServer.Admin, after that I catch error because module trying with settings configured in OpenIdConnectAuthentication for mvc application.
Maybe somehow I can configure OpenIdConnectAuthentication for each map, or something else?