mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Merge pull request #10622 from nixocio/ui_issue_10612
Update login redirect to a be text input field Update login redirect to a be text input field. Allowing values like /sso/login/saml/?idp=SSO closes: #10612 Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Sarah Akus <sakus@redhat.com>
This commit is contained in:
@@ -216,7 +216,6 @@ function MiscAuthenticationEdit() {
|
|||||||
<InputField
|
<InputField
|
||||||
name="LOGIN_REDIRECT_OVERRIDE"
|
name="LOGIN_REDIRECT_OVERRIDE"
|
||||||
config={authentication.LOGIN_REDIRECT_OVERRIDE}
|
config={authentication.LOGIN_REDIRECT_OVERRIDE}
|
||||||
type="url"
|
|
||||||
/>
|
/>
|
||||||
<InputField
|
<InputField
|
||||||
name="ACCESS_TOKEN_EXPIRE_SECONDS"
|
name="ACCESS_TOKEN_EXPIRE_SECONDS"
|
||||||
|
|||||||
Reference in New Issue
Block a user