2021-11-01から1ヶ月間の記事一覧

Docker Multi Host Network Overlay Driver...

thinkit.co.jp www.memotansu.jp thinkit.co.jp knowledge.sakura.ad.jp ytooyama.hatenadiary.jp docs.docker.jp Docker ReleaseNote https://docs.docker.com/engine/release-notes/#20100 RHEL https://access.redhat.com/articles/3078 https://access.r…

Azure Active Directory B2C

Azure AD アカウントの作成 azure.microsoft.com Azure ポータルへログイン portal.azure.com MSは、チュートリアルが充実してますので、 それに沿って、、、 チュートリアル - Azure Active Directory B2C テナントを作成する | Microsoft Docs 簡単なサン…

AWS Cognito

www.tdi.co.jp // ユーザープールの設定 const poolData = { UserPoolId: "us-east-1_xxxxxxxx", ClientId: "xxxxxxxxxxxxxxxxxxxxxxxxx" }; const userPool = new AmazonCognitoIdentity.CognitoUserPool(poolData); // Amazon Cognito 認証情報プロバイダ…