[MGNLSSO-311] DOC: Update JAAS config example Created: 29/Sep/23  Updated: 20/Oct/23  Resolved: 20/Oct/23

Status: Closed
Project: Single Sign On
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Neutral
Reporter: Julie Legendre Assignee: Julie Legendre
Resolution: Won't Fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoR:
Empty
Work Started:

 Description   
<subsystem xmlns="urn:jboss:domain:security:2.0">
            <security-domains>
                <security-domain name="magnolia" cache-type="default">
                    <authentication>
                        <login-module code="info.magnolia.sso.jaas.SsoAuthenticationModule" flag = "requisite" />
                        <login-module code="info.magnolia.jaas.sp.jcr.JCRAuthorizationModule" flag = "required" />
                    </authentication>
                </security-domain>
                <security-domain name="Jackrabbit" cache-type="default">
                    <authentication>
                        <login-module code="info.magnolia.sso.jaas.SsoAuthenticationModule" flag = "requisite" />
                        <login-module code="info.magnolia.jaas.sp.jcr.JCRAuthorizationModule" flag = "required" />
                    </authentication>
                </security-domain>
                <security-domain name="other" cache-type="default">
                    <authentication>
                        <login-module code="info.magnolia.sso.jaas.SsoAuthenticationModule" flag = "requisite" />
                        <login-module code="info.magnolia.jaas.sp.jcr.JCRAuthorizationModule" flag = "required" />
                    </authentication>
                </security-domain>
            </security-domains>
        </subsystem>


 Comments   
Comment by Julie Legendre [ 20/Oct/23 ]

See comment in declined PR

Generated at Mon Feb 12 10:53:04 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.