**Background:** - Some of IdPs such as Amazon Cognito and Azure AD only supports `HTTPS` for setting up redirected URIs. - To integrate those IdPs using NGINX ACM, we need to configure TLS Inbound Policy and OIDC Policy in the proxy cluster of Dev Portal. - The NGINX ACM UI would be more easier to configure the TWO policies than directly calling API after manually editing each fields. - Hence, the sample of API request would be convenience for anyone who wants to use Postman. **AC:** - Sample Certificates - Docs: https://github.com/nginx-openid-connect/nginx-oidc-amazon-cognito/blob/main/docs/04-NGINX-DevPortal-Test.md - Postman Collection for the following IdPs which doesn't support HTTP for custom domain. - Amazon Cognito - Azure AD - OneLogin - Verify NGINX ACM and Developer Portal
Background:
HTTPSfor setting up redirected URIs.AC: