Possibility to configure an OpenID Connect provider on the instance level WIP (#128).

This commit is contained in:
John Livingston
2024-04-17 16:35:26 +02:00
parent 8574ab581d
commit 3a5f27e751
7 changed files with 230 additions and 1 deletions

View File

@ -457,6 +457,7 @@ class ExternalAuthOIDC {
/**
* Gets the singleton, or raise an exception if it is too soon.
* @throws Error
* @returns the singleton
*/
public static singleton (): ExternalAuthOIDC {