Uploaded image for project: 'Nuxeo Python Client'
  1. Nuxeo Python Client
  2. NXPY-202

Add SSO with Portals authentication

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: NoVersionApplicable
    • Fix Version/s: 4.1.0
    • Component/s: Core
    • Release Notes Description:
      Hide

      To use the SSO with Portals authentication:

      from nuxeo.auth import PortalSSOAuth
      from nuxeo.client import Nuxeo
      
      host = "https://<HOST>/nuxeo/"
      auth = PortalSSOAuth("username", "secret")
      server = Nuxeo(host=host, auth=auth)
      

      There is also a light documentation for all supported authentications.

      Show
      To use the SSO with Portals authentication: from nuxeo.auth import PortalSSOAuth from nuxeo.client import Nuxeo host = "https://<HOST>/nuxeo/" auth = PortalSSOAuth( "username" , "secret" ) server = Nuxeo(host=host, auth=auth) There is also a light documentation for all supported authentications.
    • Sprint:
      nxDrive 11.2.14
    • Story Points:
      1

      Attachments

        Issue Links

          Activity

            People

            • Assignee:
              mschoentgen Mickaël Schoentgen
              Reporter:
              mschoentgen Mickaël Schoentgen
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour, 30 minutes
                1h 30m