-
-
Notifications
You must be signed in to change notification settings - Fork 36
Add Client Id to LocalAuthenticationContext SignInMessage using WSFederation #76
Comments
This is a bit tricky - since in wsfed it is not a client, but a relying party. Would the realm name be enough for you? |
Maybe we need "extra stuff" on the SignInMessage, or perhaps some param on acr_values that indicates this info? |
Thank you so much for replay, currently I am able to get the client Id if I use javascript client. |
For those RPs, since they're using WS-Fed (and not OIDC), there's no |
Exactly 👍 |
I have configured to use Identity Server as a WS-Federation Identity Provider, with the sample code I am able to hit the login page , after login I am hitting public override async Task AuthenticateLocalAsync(LocalAuthenticationContext context) where client id is empty in signin message. |
I am using WsFederation with windows authentication, but I am not able to get the login requested client Id from the context in ExternalAuthenticationAsync method. but after login i am able to get the client details from the ProfileDataRequestContext.
It would be very helpful if we get at least Client Id in LocalAuthenticationContext and ExtrernalAuthenticationContext so that we can easily come to know who is requesting the login.
The text was updated successfully, but these errors were encountered: