Update topics/oidc/java/adapter_error_handling.adoc

This commit is contained in:
Stian Thorgersen 2016-06-09 14:16:55 +02:00
parent 5b85f7d68b
commit e42eb436c8

2
topics/oidc/java/adapter_error_handling.adoc Executable file → Normal file
View file

@ -16,7 +16,7 @@ You can set up an error-page within your `web.xml` file to handle the error howe
----
{{book.project.name}} also sets a `HttpServletRequest` attribute that you can retrieve.
The attribute name is `org.keycloak.adapters.spi.AuthenticationError`, which should be casted to to `org.keycloak.adapters.OIDCAuthenticationError`.
The attribute name is `org.keycloak.adapters.spi.AuthenticationError`, which should be casted to `org.keycloak.adapters.OIDCAuthenticationError`.
For example: