Showing posts with label server. Show all posts
Showing posts with label server. Show all posts

Sunday, November 22, 2009

Not able to configure SAML

SAMLAuthenticator is not recognizing the alias and passphrase

Sometimes the way weblogic server is started, it does not recognize the DemoIdentity.jks and thats why we need to make the following changes to recognize this by weblogic server:

Go to weblogic admin console
Environment -> servers -> AdminServer -> Configuration -> Keystores
- change the value of Keystores to use “Custom Identity and Java Standard Trust”
- Enter the complete path of the DemoIdentity.jks in custom identity store field

Save the changes and redefine the SAMLAuthenticator.

HttpConnectionURL Vs SoapHttpConnectionURL

How to make weblogic server to use HttpConnectionURL and not the SoapHttpConnectionURL (by default weblogic uses its own handler and thus creates the SoapHttpConnectionURL and not the HttpConnectionURL)?

Add the following in the startup script:

set JAVA_OPTIONS=%JAVA_OPTIONS% -DUseSunHttpHandler=true