goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
12.88k stars 858 forks source link

blueprint: Output providers not possible to modify #6950

Open wrenix opened 12 months ago

wrenix commented 12 months ago

Is your feature request related to a problem? Please describe. It is current not possible to add providers to Output with an blueprint, therefore a mapping model is needed.

Describe the solution you'd like Outpost ManyToManyField need "throught" Model to connect to Providers

Describe alternatives you've considered No Idea ...

Additional context see #6779

BeryJu commented 2 months ago

While it is not possible to imperatively add a provider to an outpost with a blueprint, you can "overwrite" the blueprint by matching on name and setting the providers field like that (obviously not a full solution but a workaround)