twinkle2
twinkle2

Reputation: 361

OAuth2 without Auth Token for Third Party Applications

I would like to integrate Foundry with the central API gateway of our organisation.

Access of the gateway should be granted via OAuth2 via the "Third Party Applications" functionality of Foundry.

Now I am facing the problem, that our API Gateway only supports the Client Credential Flow in which no Authorization Token is used but only the Access Token. Is there a possibility to make Foundry follow the simplified flow w/o Auth token?

Upvotes: 2

Views: 202

Answers (1)

Tom P
Tom P

Reputation: 101

Foundry supports the OAuth2 Authorization Code grant which provides delegated access to Foundry resources and services.

Support for the OAuth2 Client Credentials grant, which allows service user access, is under limited release with a few customers. If it’s not available for you please reach out through your internal support channels. A general release is expected early this spring, I'll try and update here if that timeframe slips.

Upvotes: 2

Related Questions