Update topics/oidc/java/adapter_error_handling.adoc
This commit is contained in:
parent
5b85f7d68b
commit
e42eb436c8
1 changed files with 1 additions and 1 deletions
2
topics/oidc/java/adapter_error_handling.adoc
Executable file → Normal file
2
topics/oidc/java/adapter_error_handling.adoc
Executable file → Normal 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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue