Commits

Tim Donohue authored and GitHub committed 3d7fcef0794 Merge
Merge pull request #1470 from hardyoyo/port-oidc-auth-plugin-from-dspace-cris

Port OIDC (OpenID Connect) auth plugin from DSpace-CRIS
No tags
gidlmaster

src/app/core/auth/models/auth.method-type.ts

Modified
1 1 export enum AuthMethodType {
2 2 Password = 'password',
3 3 Shibboleth = 'shibboleth',
4 4 Ldap = 'ldap',
5 5 Ip = 'ip',
6 - X509 = 'x509'
6 + X509 = 'x509',
7 + Oidc = 'oidc'
7 8 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut