ELY06017: Basic and OIDC authentication in one ear file
76 views
Skip to first unread message
George Raffy
unread,
Apr 27, 2023, 10:18:25 AM4/27/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
Hello,
I am having an application (ear) hosting those services in Wildfly 26.1.3:
myapp.ear - myservlet.war (secured with BASIC authentication in web.xml using the ApplicationDomain) - myRest.war (secured with OIDC authentication using wildfly:elytron-oidc-client:1.0) - myServices.jar (containing ejbs + entities)
Before activating the OIDC security BASIX authentication worked fine. After activating the OIDC security the BAISC authentication does no longer work. It fails with HTTP 500 Internal server error:
org.wildfly.security.http.HttpAuthenticationException: ELY06017: HTTP authentication is required but no authentication mechansims are available.
The documentation claims that the OIDC subsystem automatically creates a security domain. And it looks like that the "old" domain is no longer available. Any idea how I can activate the old existing standard security domain "ApplicationDomain"?