oauth2-server/_data/menu.yml

31 lines
1.2 KiB
YAML
Raw Normal View History

2014-10-01 03:03:42 +05:30
Getting Started:
2014-10-01 03:14:18 +05:30
Introduction: '/'
Terminology: '/terminology/'
Installation: '/installation/'
2016-03-16 02:03:44 +05:30
Framework Integrations: '/framework-integrations/'
2014-10-01 03:14:18 +05:30
Authorization Server:
'Which grant?': '/authorization-server/which-grant/'
'Client Credentials Grant': '/authorization-server/client-credentials-grant/'
'Password Grant': '/authorization-server/resource-owner-password-credentials-grant/'
2016-03-16 02:03:44 +05:30
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
'Implict Grant': '/authorization-server/auth-code-grant/'
2014-10-01 03:14:18 +05:30
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
'Custom grants': '/authorization-server/custom-grants/'
2016-03-16 02:03:44 +05:30
'Events': '/authorization-server/events/'
2014-10-01 03:14:18 +05:30
Resource Server:
2016-03-16 02:03:44 +05:30
'Securing your API': '/resource-server/securing-your-api/'
Response Types:
'Bearer Token Response': '/'
'MAC Token Response': '/'
'Custom Response': '/'
Middleware:
'TODO': '/'
Respository Interfaces:
'Access Token Repository Interface': '/'
'Client Repository Interface': '/'
'Refresh Token Repository Interface': '/'
'Scope Repository Interface': '/'
'Auth Code Repository Interface': '/'
'User Repository Interface': '/'
'Mac Token Interface': '/'