OIDC Credentials do not allow multiple connections #114
Labels
bug
Something is not working.
package/selfservice/oidc
Affects the OpenID Connect Self Service Strategy
Milestone
Is your feature request related to a problem? Please describe.
At the moment,
oidc.CredentialsConfig
looks like thisand the credentials type is created as such:
The problem with this is that while we might support multiple identifiers for the "oidc" credentials type, this would not reflect in the config portion at it is not an array.
Describe the solution you'd like
Instead, an array of providers should be possible in the config to support this use case. Additionally, we might add further things such as "AccessToken" and "RefreshToken" in there.
Describe alternatives you've considered
None.
Additional context
This is already documented as an array.
The text was updated successfully, but these errors were encountered: