-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.1.0.Beta
-
None
-
False
-
-
False
-
-
-
-
-
-
-
The documentation on securing the JBoss EAP management console with an OpenID provider incorrectly states that the Valid Redirect URIs should be set to http://localhost:9990. This URI is missing the required wildcard * at the end. For the redirection to work correctly with the management console's different paths, the URI should be configured as either http://localhost:9990/* or http://localhost:9990/console/*. The current example will cause a redirection error.
For comparison, Upstream's documentation (guide) has the correct setting: https://www.wildfly.org/guides/security-oidc-management-console/