spring-cloud-common-security-config
spring-cloud-common-security-config copied to clipboard
A common security infrastructure used by Spring Cloud Data Flow and the projects in its ecosystem
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.UseDiamondOperator?organizationId=RGVmYXVsdA%3D%3D
Hello, I've been trying to configure the latest SCDF to authenticate with UAA. While authentication seems to work, when using custom authorization using map-oauth-scopes, I ended up getting an exception...
As we are opinionated with security. When we go and use `IgnoreAllSecurityConfiguration`, we should also implement custom no-op `UserDetailsService` not to create default user.
_From @ghillert on May 4, 2017 19:58_ As a follow-up to https://github.com/spring-cloud/spring-cloud-dataflow/pull/1465, we need to add tests that verify that authentication via OAuth authorization code is working properly. _Copied from...
Currently we provide as a default a `MapSessionRepository`. However, we should also provide an option to support SQL-based session storage: https://docs.spring.io/spring-session/docs/current/reference/html5/#httpsession-jdbc Possibly, we should also document on how to enable...