OpenID 提供商在众所周知的 URL 上发布其元数据。在 Okta 中,它看起来像这样:https://dev-599740.okta.com/oauth2/default/.well-known/oauth-authorization-server AWS Cognito 用户池是否有类似的 URL?如果不是,我如何找到 AWS Cognito 用户池的以下端点?
amazon-web-services amazon-cognito aws-api-gateway ibm-api-management aws-userpools
aws apigateway get-rest-api --rest-api-id <api_id> --> 为您提供了一个特定的 API,但我想知道是否有一种方法可以使用 cli 通过其名称获取 API aws。
我已经尝试过这个命令但没有用。
aws apigateway get-rest-api --rest-api-name <api_name>
Run Code Online (Sandbox Code Playgroud)