single sign on - Weblogic 10.3.5.0 SAML2 SSO -> Error 403 / Error 401 -


i configured 2 weblogic domains managed servers seen in biemond's blogpost used

demoidentity & demotrust

i enabled ssl , added web.xml of deployed app:

    <login-config>     <auth-method>client-cert</auth-method>     <realm-name>myrealm</realm-name>        </login-config>     <security-role>     <description>these roles have access</description>             <role-name>admin</role-name>     </security-role> 

and mapped role principal (a user added in both weblogic servers/domains) in weblogic.xml file. doesn't work. everytime

error 403 -- forbidden

and in second sample app get

error 401--unauthorized

anyone else problem? or maybe solution?

thanks help!


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -