Skip to content

Commit

Permalink
filter name changed
Browse files Browse the repository at this point in the history
Cannot resolve reference to bean 'promptFilter'
  • Loading branch information
AlexanderNeumann committed Dec 15, 2016
1 parent d6ea0e0 commit e127e6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.project
7 changes: 6 additions & 1 deletion openidconnect-data/etc/mitreid-connect/user-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,16 @@

<security:http disable-url-rewriting="true" use-expressions="true">
<security:form-login login-page="/login" authentication-failure-url="/login?error=failure" authentication-success-handler-ref="authenticationTimeStamper" />
<security:intercept-url pattern="/authorize" access="hasRole('ROLE_USER')" />
<security:intercept-url pattern="/**" access="permitAll" />
<security:custom-filter ref="promptFilter" after="SECURITY_CONTEXT_FILTER" />
<security:custom-filter ref="authRequestFilter" after="SECURITY_CONTEXT_FILTER" />
<security:logout logout-url="/logout" />
<security:anonymous />
<security:expression-handler ref="oauthWebExpressionHandler" />
<security:headers>
<security:frame-options policy="DENY" />
</security:headers>
<security:csrf />
</security:http>

</beans>

1 comment on commit e127e6a

@AlexanderNeumann
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.