open-vault/ui/app/adapters/auth-config/oidc.js
Matthew Irish 07fc7f16cf
UI - jwt auth config model (#6410)
* have jwt auth config generated from OpenAPI response

* support for viewing and enabling an 'oidc' auth type

* finish oidc config and clean up auth config form
2019-03-14 16:01:56 -05:00

3 lines
70 B
JavaScript

import AuthConfig from './_base';
export default AuthConfig.extend();