Intro to OAuth2 Client Credentials in Apigee

preview_player
Показать описание
This is a quick introduction to how to use OAuth2 token verification within Apigee API proxies. It shows how to create a proxy, how to create a token-generating proxy that supports the client-credentials OAuth2 grant type, how to obtain a token from that proxy, and how to use that token with other API proxies in Apigee. It introduces the concepts of Apps, Developers, and API Products in the Apigee universe.

Some links:

Рекомендации по теме
Комментарии
Автор

Thanks Dino, great tutorial. I am also looking at a scenario where I need APIGEE to retrieve from an OAUTH 2.0 endpoint. What I want is to automate the retrieval of the Oauth token in the flow itself (when it is expired). Any experience with this?

JelleKeppels
Автор

Hi @Dino, Big fan of yours! Can you make videos on Implementing/Architecting Apigee infrastructure for Hybrid and GCP with Kubernetes. Or if there is a documentation which has good amount of details do share.

DroneshotsIndia
Автор

Hi Dino Chiesa, I have an issue when an access token is generated in a hybrid apigee x, let me explain: I have 1 product with 2 comma separated scope (read, write) and when I require a token with read scope we have a token for that one but when I require scope for second scope metadata response not generate a access token for that scope. I don't know if that a problem with configuration product or something else.

joelhernandezr
Автор

Thanks, Could you please make external Auth2 demo

SachinPawar-rebo
Автор

Can you please make Oauth1.0a in apigee

mounikaduduka