Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-23289

Fix CAS2 template breaks permission granted to external users

    XMLWordPrintable

    Details

    • Release Notes Summary:
      CAS2 authentication is now compatible with permissions granted to external users
    • Backlog priority:
      100
    • Sprint:
      nxLD Sprint 10.1.2, nxLD Sprint 10.1.4
    • Story Points:
      3

      Description

      Out of the box, the template shipped with the CAS2 authentication marketplace plug-in breaks the link mailed to external users granted an access.
      The solution found is to add the TOKEN_AUTH plug-in to the list of authentication plug-in in the CAS2 template.

         <plugins>
              <plugin>BASIC_AUTH</plugin>
              <plugin>TOKEN_AUTH</plugin>  <!-- inserted line -->
              <plugin>CAS2_AUTH</plugin>
              <plugin>ANONYMOUS_AUTH_FOR_CAS2</plugin>
              <plugin>FORM_AUTH</plugin>
              <plugin>WEBENGINE_FORM_AUTH</plugin>
              <plugin>WEBSERVICES_AUTH</plugin>
            </plugins>
      

      As this issue breaks a feature available by default, it is desired that the template ships a complete sample of authentication plug-ins

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 0 minutes
                0m
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 5 hours
                5h