feat(auth): OAuth2 scope support (#5181)
This commit is contained in:
@@ -59,3 +59,8 @@ props:
|
||||
title: Logout URL
|
||||
hint: (optional) Logout URL on the OAuth2 provider where the user will be redirected to complete the logout process.
|
||||
order: 9
|
||||
scope:
|
||||
type: String
|
||||
title: Scope
|
||||
hint: (optional) Application Client permission scopes.
|
||||
order: 10
|
||||
|
||||
Reference in New Issue
Block a user