mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
add fields for saml + 2fa
This commit is contained in:
@@ -92,6 +92,27 @@ export default ['i18n', function(i18n) {
|
|||||||
codeMirror: true,
|
codeMirror: true,
|
||||||
class: 'Form-textAreaLabel Form-formGroup--fullWidth'
|
class: 'Form-textAreaLabel Form-formGroup--fullWidth'
|
||||||
},
|
},
|
||||||
|
SOCIAL_AUTH_SAML_SECURITY_CONFIG: {
|
||||||
|
type: 'textarea',
|
||||||
|
reset: 'SOCIAL_AUTH_SAML_SECURITY_CONFIG',
|
||||||
|
codeMirror: true,
|
||||||
|
rows: 6,
|
||||||
|
class: 'Form-textAreaLabel Form-formGroup--fullWidth',
|
||||||
|
},
|
||||||
|
SOCIAL_AUTH_SAML_SP_EXTRA: {
|
||||||
|
type: 'textarea',
|
||||||
|
reset: 'SOCIAL_AUTH_SAML_SP_EXTRA',
|
||||||
|
codeMirror: true,
|
||||||
|
rows: 6,
|
||||||
|
class: 'Form-textAreaLabel Form-formGroup--fullWidth',
|
||||||
|
},
|
||||||
|
SOCIAL_AUTH_SAML_EXTRA_DATA: {
|
||||||
|
type: 'textarea',
|
||||||
|
reset: 'SOCIAL_AUTH_SAML_EXTRA_DATA',
|
||||||
|
codeMirror: true,
|
||||||
|
rows: 6,
|
||||||
|
class: 'Form-textAreaLabel Form-formGroup--fullWidth',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
reset: {
|
reset: {
|
||||||
|
|||||||
Reference in New Issue
Block a user