IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 763 forks source link

Question regarding prompt=select_account support #3884

Closed dzintaras closed 7 years ago

dzintaras commented 7 years ago

Hi,

I know IdSrv3 doesn't support prompt=select_account value and returns an error. Would it be possible to introduce its support as passing the value as part of SignInMessage with the intent to use it at custom IUserService implementation (probably in PreAuthenticateAsync/PostAuthenticateAsync methods).

The questions arises from implementing SSO solution based on impersonation by leveraging acr_values. But for external clients prompt=select_account looks like the one we should go according OIDC docs in my understanding. And would be "OIDC compliant" without custom logic. What would be your thoughts?

Gintaras

brockallen commented 7 years ago

Sorry, we're not accepting any new feature requests at this time.