-
Notifications
You must be signed in to change notification settings - Fork 8
AutoProvisioning
Michael Rybintsev edited this page Aug 8, 2019
·
3 revisions
This is a proposed API specification and is not currently implemented.
API to monitor the state of the auto-provisioning process
GET /provision/monitor/e2eecad481ca47fe850ffd230283a069 HTTP/1.1
Accept: application/vnd.huddle.data+xml
HTTP/1.1 200 OK
Content-Type: application/xml
Link: /next-step
The link header will contain the URI the client will have to follow. It will be the same URI as the original request until the user has been provisioned completely, at which point it will be the Authentication endpoint URI.
API to authenticate or provision a user via SAML
GET /saml/authentication/e2eecad481ca47fe850ffd230283a069 HTTP/1.1
Accept: application/vnd.huddle.data+xml
HTTP/1.1 302 Found
Content-Type: application/xml
Link: </provision/monitor/e2eecad48>; rel=monitor
The link header will contain the URI the client will have to follow. The rel property specifies the resource the link is related to. It can be either "monitor" or "auth-callback"
- Basic concepts
-
Resources
- Actor
- Approvals
- BulkProcess
- Calendar
- Membership
- Company
- Document
- Document library settings
- Folder
- Paged Folder
- Pins
- Integrations
- Form
- Friends
- Invitation
- Link
- Document Lock
- Folder Lock
- Localisation
- MemberAutocomplete
- Notifications
- Offline item
- PeopleBulkProcess
- Permissions
- Presence
- PublishedDocuments
- Recents
- Recommendations
- Recycle Bin
- Search
- Share
- Tasks (Todos), File Requests, Approvals
- Tasks on Documents
- Actions
- UserApprovals
- User
- VersionHistory
- Workspace
- Workspaces
- SamlPartners
- Logout
- Impersonation
- Administration
- WebHooks