-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Description
Description
Identity Providers are not using ConfiguredProvider
, but rather something bespoke, resulting in the ability to make configurable custom identity providers without extending the admin console.
The old admin console (somewhat of a hack) supported adding a custom template for configuring custom providers, but this is not supported in the new admin console, resulting in it not being possible to create custom identity providers and make them configurable through the new admin console.
We will have to refactor identity providers to be ConfiguredProviders
and also update the new admin console to support configuring them like it does for other ConfiguredProviders
.
This will have to be done prior to removing the old admin console, as otherwise we have lost functionality in the new admin console.
Discussion
Motivation
Support all required functionality in the new admin console prior to removing the old console.
Details
No response