タグ

ブックマーク / qiita.com/poruruba (1)

  • AWS Cognitoのエンドポイントを使いこなす - Qiita

    OpenID Connectでは、以下の4つのアクセス権限付与フローが定義されています。 Authorization Code Grant Implicit Grant Resource Owner Password Credentials Grant Client Credentials Grant これらは、AWS Cognitoにある以下の5つのエンドポイントを組み合わせて実現します。 認証エンドポイント (/oauth2/authorize) ユーザーをサインインさせます トークンエンドポイント (/oauth2/token) ユーザーのトークンを取得します。 ログインエンドポイント (/login) ユーザーをサインインさせます。ログインページにロードされ、ユーザーにクライアントに設定されている認証オプションを提示します。 ログアウトエンドポイント (/logout) ユーザーを

    AWS Cognitoのエンドポイントを使いこなす - Qiita
    bleu-bleut
    bleu-bleut 2020/01/03
    Authorization Code Grant、Implicit Grant、Resource Owner Password Credentials Grant、Client Credentials Grantの4つに分けて、GETパラメータでCognitoとやり取り。
  • 1