Repository: syncope Updated Branches: refs/heads/2_0_X e4fb3d581 -> 9d553b85f
Removing "Roles" from the anonymous authn section of the docs Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9d553b85 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9d553b85 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9d553b85 Branch: refs/heads/2_0_X Commit: 9d553b85f93195cef9afd65096a8e4dacf0e541f Parents: e4fb3d5 Author: Colm O hEigeartaigh <cohei...@apache.org> Authored: Wed Jun 28 13:30:04 2017 +0100 Committer: Colm O hEigeartaigh <cohei...@apache.org> Committed: Wed Jun 28 13:30:33 2017 +0100 ---------------------------------------------------------------------- .../reference-guide/workingwithapachesyncope/restfulservices.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/9d553b85/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc index 0ebd83d..da00883 100644 --- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc +++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc @@ -80,7 +80,7 @@ The set of RESTful services provided by Apache Syncope can be divided as: . endpoints accessible without any sort of authentication (e.g. truly anonymous), for self-registration and <<password-reset,password reset>>; . endpoints disclosing information about the given Syncope deployment (available <<schema,schema>>, configured -<<extensions,extensions>>, Groups, Roles, ...), requiring some sort of shared authentication defined by the +<<extensions,extensions>>, Groups, ...), requiring some sort of shared authentication defined by the `anonymousKey` value in the `security.properties` file - for more information, read about Spring Security's http://docs.spring.io/spring-security/site/docs/4.2.x/reference/htmlsingle/#anonymous[Anonymous Authentication^]; . endpoints for self-service (self-update, password change, ...), requiring user authentication and no entitlements;