Wildfly: Authentication required on admin console with Chrome

1,585 views
Skip to first unread message

jean-philippe Muller

unread,
Mar 5, 2020, 4:12:22 AM3/5/20
to WildFly
When I try to access the Administration Console on a Wildfly 10 via the Chrome browser or the "Edge Chromium" browser, I get this message:


With the Wildfly 17, I get this:

There is no popup to enter a user or something, no action possible... I need some help, thanks!

Abhijit Humbe

unread,
Mar 5, 2020, 6:14:27 AM3/5/20
to jean-philippe Muller, WildFly
standalone mode or in domain mode ? If possible share configuration file(domain.xml/host.xml or standalone.xml)
Abhijit Humbe


--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/741f00c0-f082-4732-a889-8035181b5f2c%40googlegroups.com.

jean-philippe Muller

unread,
Mar 5, 2020, 6:40:49 AM3/5/20
to WildFly
In Standalone mode, (I muste precise that the application deployed on the Server works fine)


Le jeudi 5 mars 2020 12:14:27 UTC+1, Abhijit Humbe a écrit :
standalone mode or in domain mode ? If possible share configuration file(domain.xml/host.xml or standalone.xml)
Abhijit Humbe


On Thu, Mar 5, 2020 at 2:42 PM jean-philippe Muller <jeanphilip...@gmail.com> wrote:
When I try to access the Administration Console on a Wildfly 10 via the Chrome browser or the "Edge Chromium" browser, I get this message:


With the Wildfly 17, I get this:

There is no popup to enter a user or something, no action possible... I need some help, thanks!

--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wil...@googlegroups.com.

Kabir Khan

unread,
Mar 5, 2020, 8:39:20 AM3/5/20
to jean-philippe Muller, WildFly
Have you run the bin/add-user.sh script that the message in the browser tells you to?

To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/5302e546-337a-4f28-8dec-6f88a701c477%40googlegroups.com.

jean-philippe Muller

unread,
Mar 5, 2020, 8:42:01 AM3/5/20
to WildFly
Yes, I've added a user via this script. When I use Internet Explorer ou Firefox, a popup opens to ask login/pwd, but not with Edge-Chromium or Chrome...


Le jeudi 5 mars 2020 14:39:20 UTC+1, Kabir Khan a écrit :
Have you run the bin/add-user.sh script that the message in the browser tells you to?

On Thu, 5 Mar 2020 at 11:41, jean-philippe Muller <jeanphilip...@gmail.com> wrote:
In Standalone mode, (I muste precise that the application deployed on the Server works fine)

Le jeudi 5 mars 2020 12:14:27 UTC+1, Abhijit Humbe a écrit :
standalone mode or in domain mode ? If possible share configuration file(domain.xml/host.xml or standalone.xml)
Abhijit Humbe


On Thu, Mar 5, 2020 at 2:42 PM jean-philippe Muller <jeanphilip...@gmail.com> wrote:
When I try to access the Administration Console on a Wildfly 10 via the Chrome browser or the "Edge Chromium" browser, I get this message:


With the Wildfly 17, I get this:

There is no popup to enter a user or something, no action possible... I need some help, thanks!

--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wil...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/741f00c0-f082-4732-a889-8035181b5f2c%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wil...@googlegroups.com.

Jaikiran Pai

unread,
Mar 5, 2020, 8:45:19 AM3/5/20
to wil...@googlegroups.com

Certain browsers sometime cache the result of a (previous) BASIC authentication. Have you tried in a "private"/incognito window with Edge-Chromium or even clearing history/cache?

-Jaikiran

To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/1af2c5ab-d496-4c74-9846-d1f02fbcc5be%40googlegroups.com.

jean-philippe Muller

unread,
Mar 5, 2020, 8:52:04 AM3/5/20
to WildFly
Yes I have tried in an InPrivate window and also by clearing the cache... but nothing works.

Abhijit Humbe

unread,
Mar 5, 2020, 9:04:08 AM3/5/20
to jean-philippe Muller, WildFly
make sure you have added the correct hostname or IP address in <interfaces> tag  in standalone.xml file. I encountered same issue and it got resolved after correcting hostname/Ipaddress in standalone.xml file.
Abhijit Humbe


To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/9110a978-c4af-4082-a2f5-953699e457ce%40googlegroups.com.

jean-philippe Muller

unread,
Mar 5, 2020, 9:08:57 AM3/5/20
to WildFly
If this can help: (Edge-chromium developing tool console)

James Perkins

unread,
Mar 5, 2020, 10:33:08 AM3/5/20
to WildFly

jean-philippe Muller

unread,
Mar 6, 2020, 8:15:28 AM3/6/20
to WildFly
I tried the real IP address, the <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> tag and the <any-address/> tag.
But always the same problem...

jean-philippe Muller

unread,
Mar 6, 2020, 8:16:46 AM3/6/20
to WildFly
I will wait until the Issue is fixed...

Darran Lofthouse

unread,
Mar 6, 2020, 8:19:54 AM3/6/20
to WildFly
Can you please raise a bug report against the WFLY Jira project describing your environment, this sounds like something we would need to reproduce.
Reply all
Reply to author
Forward
0 new messages