Jump to content
KAZOOcon: hackathon signup and details here! ×

rahibrasheed

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rahibrasheed

  1. Hi, I am trying to Integrate Google drive for storing recordings using the same documentation. But In step 3.5, the callback API is not returning any token. Its giving empty response.

    It looks like no user is linked to SSO provider.

    How can I link a user to SSO Provider? 

    From the auth.md documentation I found the following API but what is {LINK_ID} in this API?

    Link a User to an SSO Application

    When the user is signing on with A Single-Sign-On provider for the first time, it should log in with its own Kazoo credentials one more time, and then make a request to this API to link its Kazoo's user to the SSO. After that the user can sign in with SSO regularly and no need to use Kazoo credentials again.

    PUT /v2/auth/links/{LINK_ID}

    curl -v -X PUT \
        -H "X-Auth-Token: {AUTH_TOKEN}" \
        http://{SERVER}:8000/v2/auth/links/d6faaff6b054393f28356ab7b38ad1bf-116254222860442180295

     

×
×
  • Create New...