Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update springSecurity.adoc #731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/en/guide/security/securityPlugins/springSecurity.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The Spring Security plugins are built on the http://projects.spring.io/spring-security/[Spring Security] project which provides a flexible, extensible framework for building all sorts of authentication and authorization schemes. The plugins are modular so you can install just the functionality that you need for your application. The Spring Security plugins are the official security plugins for Grails and are actively maintained and supported.

There is a http://grails.org/plugins.html#plugin/spring-security-core[Core plugin] which supports form-based authentication, encrypted/salted passwords, HTTP Basic authentication, etc. and secondary dependent plugins provide alternate functionality such as https://grails.org/plugins.html#plugin/spring-security-acl[ACL support], https://grails.org/plugins.html#plugin/spring-security-cas[single sign-on with Jasig CAS], https://grails.org/plugins.html#plugin/spring-security-ldap[LDAP authentication], https://grails.org/plugins.html#plugin/spring-security-kerberos[Kerberos authentication], and a plugin providing https://grails.org/plugins.html#plugin/spring-security-ui[user interface extensions] and security workflows.
There is a https://plugins.grails.org/plugin/grails/spring-security-core[Core plugin] which supports form-based authentication, encrypted/salted passwords, HTTP Basic authentication, etc. and secondary dependent plugins provide alternate functionality such as https://grails.org/plugins.html#plugin/spring-security-acl[ACL support], https://plugins.grails.org/plugin/grails/spring-security-cas[single sign-on with Apereo CAS], https://plugins.grails.org/plugin/grails/spring-security-ldap[LDAP authentication], https://plugins.grails.org/plugin/grails/spring-security-kerberos[Kerberos authentication], and a plugin providing https://plugins.grails.org/plugin/grails/spring-security-ui[user interface extensions] and security workflows.

See the http://grails.org/plugins.html#plugin/spring-security-core[Core plugin page] for basic information and the http://grails-plugins.github.io/grails-spring-security-core/[user guide] for detailed information.
See the https://plugins.grails.org/plugin/grails/spring-security-kerberoscore[Core plugin page] for basic information and the http://grails-plugins.github.io/grails-spring-security-core/[user guide] for detailed information.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.