summary refs log tree commit diff
path: root/changelog.d/9107.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.26.0rc1Patrick Cloke2021-01-201-1/+0
|
* 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.