Hey!
I wanted to know if there is a way to get a secret value using okta?
This is the flow I want to achieve (feel free to also suggest other solutions):
A developer working on our project is running this command in the terminal at the root of his project:
project-cli check
This command tries to get some secret value (that should not be exposed to the client) using okta (so the client can be also verified and authenticated).
Is this something that is possible?
Hi there @avnerha
Welcome to the community!
Is this secret value something that is available to retrieve through Okta’s API?
Here’s our API reference documenting the API calls and payloads:
If the secret value you’re needing is available through Okta APIs, you may want to consider making the API call securely from the command line using OAuth. Here’s some info about how to do so:
Let us know if we misunderstood your question or if you run into any snags.
Happy coding!
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.