-
1. Re: Integrating management console with multiple securityRealm
Abhijit Humbe Jul 9, 2016 9:41 PM (in response to Siddhartha Dey)http interface which is usedd by management console didnt support multiple realms. As per my understanding this feature will be supported in EAP 7 release.
-
2. Re: Integrating management console with multiple securityRealm
Siddhartha Dey Jul 10, 2016 12:26 AM (in response to Siddhartha Dey)Hello Abhijit,
Thanks for your reply.
Can you please send me the link where I can check this ?
Regards,
Sid
-
3. Re: Integrating management console with multiple securityRealm
Martin Choma Jul 11, 2016 1:45 AM (in response to Siddhartha Dey)You can create new security realm, which will cover both security realms. You can configure multiple authentication elements inside security realm. Although you can't define all combinations at once (e.g jaas and ldap), see authenticationType in docs/schema/wildfly-config_4_1.xsd. Are you able to solve your problem with this limitation?
-
4. Re: Integrating management console with multiple securityRealm
Siddhartha Dey Jul 11, 2016 4:51 AM (in response to Martin Choma)Hello Martin,
I have tried to configure security domain something like this but it is not working. Can you please help ?
<security-domain name="mix-auth" cache-type="default">
<authentication>
<login-module code="custom.MyLoginModule" flag="required" module="custom_module">
<module-option name="usersProperties" value="${jboss.server.config.dir}/users.properties"/>
<module-option name="rolesProperties" value="${jboss.server.config.dir}/roles.properties"/>
</login-module>
<login-module code="com.sid.oslogin.login" flag="required" module="oslogin.sid" />
</authentication>
</security-domain>
Regards,
Siddhartha
-
5. Re: Integrating management console with multiple securityRealm
Siddhartha Dey Jul 11, 2016 11:55 PM (in response to Siddhartha Dey)Thnak you Martin for your idea.
I have successfully integrated with Jboss Management Console with multiple type of registry and jboss is allowing to login from all the security registry.
Thank you once again for your idea.
Regards,
Siddhartha