-
Notifications
You must be signed in to change notification settings - Fork 632
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
Clarify spring security configuration #11388
Conversation
# Spring Security | ||
The cBioPortal app leverages [Spring Security](https://spring.io/projects/spring-security) to configure authorization and authentication. Some example settings can be found in the [security.properties.EXAMPLE](https://github.com/cBioPortal/cbioportal/blob/master/src/main/resources/security.properties.EXAMPLE) file. For more information on how to configure Spring Security, see the documentation: | ||
|
||
- [OAuth2 Configuration](https://docs.spring.io/spring-boot/reference/web/spring-security.html#web.security.oauth2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this b/c there's no reference to spring security in the authorization-and-authentication section of the docs (it's only under deployment/customization only)
|
Fix #11387