Commits

Luca Giamminonni authored and Hardy Pottinger committed 8c14193f32c
[DSC-196] Added components to log in with OIDC
No tags

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