mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
remove implicit grant type for OAuth 2 apps
This commit is contained in:
@@ -22,7 +22,6 @@ const addEditElements = {
|
||||
|
||||
const authorizationGrantTypeOptions = {
|
||||
authorizationCode: 'Authorization code',
|
||||
implicit: 'Implicit',
|
||||
resourceOwnerPasswordBased: 'Resource owner password-based',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user