Skip to content

Commit

Permalink
Fixed content according to grammar rules
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Aug 10, 2016
1 parent 6914a93 commit 2a7fa28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/basic_concepts/security_subsystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ in the Spring Security filter chain in order to implement OAuth 2.0 Authorizatio
* Authorization Endpoint is used to service requests for authorization (URL: /oauth/authorize)
* Token Endpoint is used to service requests for access token (URL: /oauth/token)

Detail describe you can see at `this link <http://projects.spring.io/spring-security-oauth/docs/oauth2.html>`_
You can find details `here <http://projects.spring.io/spring-security-oauth/docs/oauth2.html>`_.

Authorization and tokens management processes
---------------------------------------------

Authorization process based on `Information about client`_
Authorization process is based on `Information about the client`_

And tokens management based on `Tokens flow`_
And tokens management is based on `Tokens flow`_

Interaction between them provide Spring Security, which need configure.

Information about client
~~~~~~~~~~~~~~~~~~~~~~~~
Information about the client
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

For **data access** responsible
`JpaClientDetails
Expand Down

0 comments on commit 2a7fa28

Please sign in to comment.