|
@@ -2,10 +2,6 @@ security:
|
|
|
providers:
|
|
|
oauth:
|
|
|
id: base_oauth_bundle.oauth_user_provider
|
|
|
- oauth_proxy_provider:
|
|
|
- id: base_oauth_bundle.oauth_user_provider
|
|
|
-
|
|
|
- # base_oauthclient_security_oauthproxyprovider
|
|
|
|
|
|
role_hierarchy:
|
|
|
ROLE_ADMIN: [ROLE_USER, ROLE_ALLOWED_TO_SWITCH]
|
|
@@ -20,7 +16,8 @@ security:
|
|
|
stateless: true
|
|
|
simple_preauth:
|
|
|
authenticator: base_oauthclient_security_oauthproxyauthenticator
|
|
|
- provider: oauth_proxy_provider
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
secured_area:
|