oauth2-server/_data/menu.yml

31 lines
1.2 KiB
YAML
Raw Normal View History

2014-09-30 22:33:42 +01:00
Getting Started:
2014-09-30 22:44:18 +01:00
Introduction: '/'
Terminology: '/terminology/'
Installation: '/installation/'
2016-03-15 20:33:44 +00:00
Framework Integrations: '/framework-integrations/'
2014-09-30 22:44:18 +01:00
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-15 20:33:44 +00:00
'Authorization Code Grant': '/authorization-server/auth-code-grant/'
'Implict Grant': '/authorization-server/auth-code-grant/'
2014-09-30 22:44:18 +01:00
'Refresh Token Grant': '/authorization-server/refresh-token-grant/'
'Custom grants': '/authorization-server/custom-grants/'
2016-03-15 20:33:44 +00:00
'Events': '/authorization-server/events/'
2014-09-30 22:44:18 +01:00
Resource Server:
2016-03-15 20:33:44 +00:00
'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': '/'