Get SAML Tokens via API
Last Updated:
Overview
Solution
The general recommendation for machine-to-machine authentication is the Client Credentials flow in the OAuth 2.0 protocol. This flow is designed to be used by servers to generate tokens without the involvement of a human user or a browser. More on that here: Client Credentials Flow
Note: Client Credentials is an OAuth 2.0 flow that can only generate Access Tokens, not SAML responses.