File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
openidconnect-data/etc/mitreid-connect Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ .project
Original file line number Diff line number Diff line change 9999
100100 <security : http disable-url-rewriting =" true" use-expressions =" true" >
101101 <security : form-login login-page =" /login" authentication-failure-url =" /login?error=failure" authentication-success-handler-ref =" authenticationTimeStamper" />
102+ <security : intercept-url pattern =" /authorize" access =" hasRole('ROLE_USER')" />
102103 <security : intercept-url pattern =" /**" access =" permitAll" />
103- <security : custom-filter ref =" promptFilter " after =" SECURITY_CONTEXT_FILTER" />
104+ <security : custom-filter ref =" authRequestFilter " after =" SECURITY_CONTEXT_FILTER" />
104105 <security : logout logout-url =" /logout" />
105106 <security : anonymous />
106107 <security : expression-handler ref =" oauthWebExpressionHandler" />
108+ <security : headers >
109+ <security : frame-options policy =" DENY" />
110+ </security : headers >
111+ <security : csrf />
107112 </security : http >
108113
109114</beans >
You can’t perform that action at this time.
0 commit comments