From 5b66d60d8223f45e364415c7d222491de0cb7e14 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 24 Mar 2016 14:47:54 +0000 Subject: [PATCH] Enable implict and refresh token grants in menu --- _data/menu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/menu.yml b/_data/menu.yml index 06b90d2b..49c34f9f 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -11,8 +11,8 @@ Authorization Server: 'Client Credentials Grant': '/authorization-server/client-credentials-grant/' 'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/' 'Authorization Code Grant': '/authorization-server/auth-code-grant/' -# 'Implict Grant': '/authorization-server/auth-code-grant/' -# 'Refresh Token Grant': '/authorization-server/refresh-token-grant/' + 'Implict Grant': '/authorization-server/implicit-grant/' + 'Refresh Token Grant': '/authorization-server/refresh-token-grant/' # 'Creating custom grants': '/authorization-server/custom-grants/' 'Domain Events': '/authorization-server/events/' Resource Server: