more grants
This commit is contained in:
parent
841d10cde0
commit
9e7db08e50
|
@ -9,6 +9,14 @@ trikoder_oauth2:
|
||||||
grant_types:
|
grant_types:
|
||||||
authorization_code:
|
authorization_code:
|
||||||
enable: true
|
enable: true
|
||||||
|
client_credentials:
|
||||||
|
enable: true
|
||||||
|
implicit:
|
||||||
|
enable: true
|
||||||
|
password:
|
||||||
|
enable: true
|
||||||
|
refresh_token:
|
||||||
|
enable: true
|
||||||
|
|
||||||
resource_server:
|
resource_server:
|
||||||
public_key: '%kernel.project_dir%/var/oauth/public.key'
|
public_key: '%kernel.project_dir%/var/oauth/public.key'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user