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 was archived by the owner on Feb 5, 2025. It is now read-only.
Hi,
is there any plan to add an IdentityProviderProperty class, similar to the ones for Client, ApiResource, etc.?
This table could be very useful for setting additional properties on IdentityProvider, example such as enabling the LoginHint, or determining which flow to execute for a given provider based on its properties, and so on.
Thanks
The text was updated successfully, but these errors were encountered:
However, the basic properties of this type of object must still be predefined (see OidcProvider or SamlProvider properties). It would be convenient to have an additional table to simply add other properties or attributes to the IdentityProvider, without having to deserialize a JSON (dictionary), which in the case of SamlProvider is also quite substantial.
Schema changes, especially for a library, are particularly problematic. Every change requires a migration of some sort and is considered a breaking change. This is both a blessing and a curse. The former because it's been stable over the years and the latter because we haven't been able to make improvements without needing to bump the major version every time.
In the future we'll be re-evaluating our approach to our storage interfaces and implementations thereof.
Hi,
is there any plan to add an IdentityProviderProperty class, similar to the ones for Client, ApiResource, etc.?
This table could be very useful for setting additional properties on IdentityProvider, example such as enabling the LoginHint, or determining which flow to execute for a given provider based on its properties, and so on.
Thanks
The text was updated successfully, but these errors were encountered: