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
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
I've been looking at setting up an identity server as a ws-federation identity provider. It is already configured to use local identities, twitter and google.
An issue i've been having is restricting which providers can be used by an application.
When setting up relying parties, what i've been looking for is something similar to the IdentityProviderRestrictions property on the Client configuration for openid applications.
Is this hiding somewhere else that i havent found? or something that hasnt been implemented.
Or maybe i'm just going about it the wrong way
The text was updated successfully, but these errors were encountered:
In the WS-Fed plugin you can use a specific identity providers for a sign in request by using the whr parameter (see endpoints). There is currently no way of setting allowed identity providers for a relying party other than this.
I've been looking at setting up an identity server as a ws-federation identity provider. It is already configured to use local identities, twitter and google.
An issue i've been having is restricting which providers can be used by an application.
When setting up relying parties, what i've been looking for is something similar to the IdentityProviderRestrictions property on the Client configuration for openid applications.
Is this hiding somewhere else that i havent found? or something that hasnt been implemented.
Or maybe i'm just going about it the wrong way
The text was updated successfully, but these errors were encountered: