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

This commit is contained in:
John Livingston
2024-04-17 15:12:37 +02:00
parent 6c75863472
commit 8574ab581d
8 changed files with 183 additions and 43 deletions

View File

@ -0,0 +1,9 @@
/**
* This class handles some errors related to external authentication, where message must be displayed to end user.
*/
class ExternalAuthenticationError extends Error {}
export {
ExternalAuthenticationError
}