KEYCLOAK-1806
oauth-client example fails if you say no to grant
This commit is contained in:
parent
dca1751a63
commit
5a3938d12f
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
<listener>
|
||||
<listener-class>org.keycloak.example.oauth.Bootstrap</listener-class>
|
||||
</listener>
|
||||
|
||||
<error-page>
|
||||
<exception-type>java.lang.RuntimeException</exception-type>
|
||||
<location>/error.jsp</location>
|
||||
</error-page>
|
||||
|
||||
<!--
|
||||
<security-constraint>
|
||||
<web-resource-collection>
|
||||
|
|
1
examples/demo-template/third-party/src/main/webapp/error.jsp
vendored
Normal file
1
examples/demo-template/third-party/src/main/webapp/error.jsp
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
An error occurred. Click <a href="index.html"> to try again.
|
Loading…
Reference in a new issue