Enable implict and refresh token grants in menu

This commit is contained in:
Alex Bilbie 2016-03-24 14:47:54 +00:00
parent fee442755d
commit 5b66d60d82

View File

@ -11,8 +11,8 @@ Authorization Server:
'Client Credentials Grant': '/authorization-server/client-credentials-grant/' 'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/' 'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
'Authorization Code Grant': '/authorization-server/auth-code-grant/' 'Authorization Code Grant': '/authorization-server/auth-code-grant/'
# 'Implict Grant': '/authorization-server/auth-code-grant/' 'Implict Grant': '/authorization-server/implicit-grant/'
# 'Refresh Token Grant': '/authorization-server/refresh-token-grant/' 'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
# 'Creating custom grants': '/authorization-server/custom-grants/' # 'Creating custom grants': '/authorization-server/custom-grants/'
'Domain Events': '/authorization-server/events/' 'Domain Events': '/authorization-server/events/'
Resource Server: Resource Server: