APIGEE proxy for Google Cloud Identity (IDP) SAML integration

I have a requirement as below -

1) User need to authenticate with IDP (Google Cloud Identity) using the SAML not OAUTH

2) Once the user authenticated then user present the access-token and allowed to access the proxy apis

Is any pre build proxies/example available to explore the above ask ?

@Dino @Dino-at-Google

0 1 221
1 REPLY 1

I do not know of pre-built API Proxy that illustrates this.

However, there is a VerifySAMLAssertion policy that will verify the SAML Assertion from any SAML Identity provider. And there are examples in the documentation for that.

Have you tried using that policy, and if so, what are your results?