postman-open-technologies / api-gateways

Research site and API for API Management gateways
2 stars 4 forks source link

adding client id and secret as security model #1

Closed nlschott closed 3 years ago

nlschott commented 3 years ago

this is the most common security model used on API's for customers who have adopted mulesoft wall-to-wall

kevinswiber commented 3 years ago

@nlschott Is this different than the OAuth 2.0 client credentials grant type?

netlify[bot] commented 3 years ago

✔️ Deploy Preview for gateways ready!

🔨 Explore the source changes: c6b72d4c1e3dfe0377c485de0c5ba67765258255

🔍 Inspect the deploy log: https://app.netlify.com/sites/gateways/deploys/6176df7dc80df9000767036b

😎 Browse the preview: https://deploy-preview-1--gateways.netlify.app

nlschott commented 3 years ago

@nlschott Is this different than the OAuth 2.0 client credentials grant type?

Yes, it is different.

Here are all the current OOTB API (gateway) policies in MuleSoft: https://docs.mulesoft.com/api-manager/2.x/policies-ootb-landing-page

The MuleSoft-specific one is very prevalent in MuleSoft shops.

kevinswiber commented 3 years ago

Thank you!