post
https://{environment}.origamirisk.com/OrigamiApi/Authentication/AuthenticateOAuth
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use the OAuth-style authentication endpoint when you want the same credentials expressed in an OAuth client_credentials-style request:
- The request uses Client_ID and Client_Secret with grant_type=client_credentials.
- Your integration already works with client_id/client_secret inputs and prefers a combined identity string (Account:Client:ApiUser).
- You want to avoid handling discrete Account/User/Password fields in the client.
- Your platform, proxy, or tooling expects OAuth-like request fields for consistency across services.
- You need clearer audit attribution to a client_id string in your own logs and dashboards.
- You are building automated or headless server-to-server jobs where an interactive login flow is not required.
Not ideal when:
- Your environment or scripts are simpler with discrete JSON fields (Account, User, Password, ClientName).
- Your existing tooling, tests, or monitors are built around the simple login-style input format and you want to minimize changes.