8 lines
No EOL
613 B
Text
Executable file
8 lines
No EOL
613 B
Text
Executable file
== Managing Resource Servers
|
|
|
|
According to the OAuth2 specification, a Resource Server is the server hosting the protected resources and capable of accepting and responding to protected resource requests.
|
|
|
|
In {{book.project.name}}, resource servers are provided with a rich platform for enabling fine-grained authorization to their protected resources, where authorization decisions can be made
|
|
based on different access control mechanisms.
|
|
|
|
Any client application can be configured to support fine-grained permissions. When you do that, you are conceptually turning the client application into a resource server. |