Generate Bearer Token - Server to Server for SCIM Operations

Description
We are using an IGA called Omada Identity Cloud which is similar to SailPoint.
It has templates to connect SCIM based systems for User Life Cycle Management.
For Authentication mechanisms, it supports Bearer Token, Basic Auth and OAuth Client Credential flow (where we can add client_id, client_secret and authorization token end point to retrieve bearer token) for further calls.

Right now i have created a JWT app on market place and was looking for expiration time longer than a week for about 6 months or an year or use supported mechanism to generate bearer token to test SCIM end points.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth/JWT

Which Endpoint/s?
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
    https://api.zoom.us/scim2/Users

Hi @svc_omada_prod,

Thanks for reaching out about this. If you need to set a custom expiration time for your JWT token, you can do so by following these steps:

  1. Under “Expiration Time”, click Other
  2. Then, in the white space that will appear below, enter a time and date in this format (as an example): 18:12 05/20/2022
  3. As soon as you enter this new expiration, the token will update automatically/change dynamically within the gray space below. (You’ll notice if you were to toggle back and forth between 90 mins, 1 day, “Other”, etc., the token itself change slightly as you do so.)
  4. That’s it—you do not need to hit continue or go to another page. Copying that token after you enter the desired expiration time generates that token immediately below. So you should copy it and paste it, because the next time you navigate back to the app, the token you see will default back to the 90 mins, and is a different token altogether.

Let me know if this helps!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.