Skip to content

Instantly share code, notes, and snippets.

@kr0nicas
Last active January 17, 2024 11:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kr0nicas/bdea3b2b71cb066f44a2 to your computer and use it in GitHub Desktop.
Save kr0nicas/bdea3b2b71cb066f44a2 to your computer and use it in GitHub Desktop.
Weblogic enforce-valid-basic-auth-credentials
Weblogic 11c
Add the <enforce-valid-basic-auth-credentials> element to config.xml within the <security-configuration> element.
:
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
</security-configuration>
Start or restart all of the servers in the domain.
http://blog.avanttic.com/2011/02/16/problema-drivers-jdbc-al-migrar-una-aplicacion-java-1-4-a-1-6-weblogic-11g/
Weblogic 12C
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
<use-kss-for-demo>true</use-kss-for-demo>
</security-configuration>
@Programmercito
Copy link

thanks !!! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment