Repository: syncope Updated Branches: refs/heads/master 733b97203 -> aa5d3ba95
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/aa5d3ba9 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/aa5d3ba9 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/aa5d3ba9 Branch: refs/heads/master Commit: aa5d3ba9505f2512cc17f847c32716cde4b0359b Parents: 733b972 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:04 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/aa5d3ba9/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 595c96e..8627087 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;