
u7hwn (u7hwn) asked a question.
(I do not know if "Access Gateway" is the right Category for my question - I hope this reaches the proper audience!)
Summary: Our software has created an API which provides functionality to our Angular web pages. We would like to offer some of these API's to our vendors so they can create their own interfaces to our app. Which documents are relevant in helping me learn to use OKTA for my needs?
Details: I am looking to expose some of our API's to our vendors following the workflow other vendors use to expose their API's to us. Here is the workflow I want to support using OKTA:
- I supply the vendor/client with a "vendorID" and "Secret"
- The vendor POST's their vendorID and Secret to OKTA and receives back a Bearer Token
- Vendor POST's their requests to our API's using the authorizaton header "Bearer: <okta-bearer-token>"
- repeat step-3 until token expires
- vendor renews token with OKTA, then return to step-3
Which Tutorials and/or Documents will introduce me to setting up OKTA for this workflow? At this time, I am using the 30-Day trial server.

Hello @u7hwn (u7hwn)
I hope you are having a great day
This can be done using the API's method, you can learn more abut this topic using the following links:
https://help.okta.com/en/prod/Content/Topics/Security/API.htmhttps://developer.okta.com/books/api-security/api-keys/choosing-a-type/#secure-your-pi
https://developer.okta.com/docs/guides/create-an-api-token/main/
If you need further assistance you can also feel free to post your question on our Okta Developer Forums https://devforum.okta.com, this is a place for the Okta developer community to interact
Have a great day ahead
Regards
Henry Esquivel
Okta Inc