-
Notifications
You must be signed in to change notification settings - Fork 0
modify server index
Billy Vlachos edited this page Jul 29, 2019
·
1 revision
In many cases, we will need to be able to customize the behavior of our auth server. The OIDC server comes with default routes and scopes and some predefiend flows. In this section we will exprlore a little how to modify these defaults and customize them to our needs.
In this section we will explore the following:
- Introduction
- Features
- Authorization Grant
- Response Types
- Tokens
- Stores
- Modifying the Server
-
Tutorials
- Adding a client
- Protecting Node API
- Client User Authentication
- Implementing Claims and Scopes (TBA)