Skip to content

Commit

Permalink
TEIID-3669 updating for the consolidated security domain
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Sep 13, 2016
1 parent e6de8e7 commit 5097288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/SAML_Based_Security_For_OData.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ NOTE: *"DNS Names"* - Do not try to use IP address or localhost except for the t
In security-domains add following login module using the following CLI

----
/subsystem=security/security-domain=teiid-security/authentication=classic/login-module=RealmDirect:write-attribute(name=flag, value=sufficient)
/subsystem=security/security-domain=teiid-security/authentication=classic/login-module=saml2:add(code=org.picketlink.identity.federation.bindings.jboss.auth.SAML2LoginModule, flag=sufficient)
reload
----
Expand Down
1 change: 1 addition & 0 deletions security/SAML_Based_Security_For_OData_Using_KeyCloak.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ above commands will result in XML in standalone.xml or domain.xml file like
In security-domains add following login module using the following CLI

----
subsystem=security/security-domain=teiid-security/authentication=classic/login-module=RealmDirect:write-attribute(name=flag, value=sufficient)
/subsystem=security/security-domain=teiid-security/authentication=classic/login-module=keycloak:add(code=org.keycloak.adapters.jboss.KeycloakLoginModule, flag=sufficient)
reload
----
Expand Down

0 comments on commit 5097288

Please sign in to comment.