summary refs log tree commit diff
path: root/changelog.d/9107.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split OidcProvider out of OidcHandler (#9107)Richard van der Hoff2021-01-141-0/+1
The idea here is that we will have an instance of OidcProvider for each configured IdP, with OidcHandler just doing the marshalling of them. For now it's still hardcoded with a single provider.