Possibility to configure an OpenID Connect provider on the instance level WIP (#128).
This commit is contained in:
9
server/lib/external-auth/error.ts
Normal file
9
server/lib/external-auth/error.ts
Normal 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
|
||||
}
|
Reference in New Issue
Block a user