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

Clarify spring security configuration #11388

Merged
merged 9 commits into from
Feb 10, 2025
Merged

Conversation

inodb
Copy link
Member

@inodb inodb commented Feb 9, 2025

Fix #11387

@inodb inodb requested a review from haynescd February 9, 2025 17:09
Comment on lines +1 to +4
# 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)
Copy link
Member Author

@inodb inodb Feb 9, 2025

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)

Copy link

sonarqubecloud bot commented Feb 9, 2025

@inodb inodb merged commit e0dbf88 into master Feb 10, 2025
26 of 27 checks passed
@inodb inodb deleted the add-spring-security-reference branch February 10, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify Security Configuration
2 participants