Disable basic Auth in weblogic

When working with weblogic on a development environment, by default it ask basic auth credentials to access any instance.

You can change that behavior by editing at $WEB_LOGIC_DOMAIN/config/config.xml


This needs to be done inside  security-configuration node.

Restart of the server is needed to apply this new configuration.




Comments