🤝
Trovi
  • Trovi
  • 🕸️API Reference
    • Artifacts
      • ListArtifacts
      • GetArtifact
      • CreateArtifact
      • UpdateArtifact
      • Artifact Versions
        • CreateArtifactVersion
        • DeleteArtifactVersion
        • RetrieveArtifactVersionContents
        • Version Metrics
          • IncrArtifactVersionMetric
        • Version Migration
          • MigrateArtifactVersion
          • GetArtifactVersionMigrationStatus
      • Artifact Roles
        • AssignArtifactRole
        • UnassignArtifactRole
        • ListArtifactRoles
    • Contents
      • StoreContents
      • RetrieveContents
    • Token
      • TokenGrant
  • Meta
    • ListTags
    • CreateTag
  • URNs
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. API Reference

Token

Exchange subject tokens from a federated identity provider for a Trovi authentication token

PreviousRetrieveContentsNextTokenGrant

Last updated 3 years ago

Was this helpful?

Currently, the only federated identity provider supported is Chameleon Keycloak. To have your application added to the list of approved identity providers, please fill out the Google Form attached to this page.

Supported identity providers must speak OpenID Connect.

Once a Trovi Token is exchanged, it is used to authenticate to any Trovi endpoint by attaching it to the URL via the access_token parameter.

🕸️