简体   繁体   English

如何将 AWS Cognito SSO 与托管在 Azure 上的后端服务器一起使用?

[英]How to use AWS Cognito SSO with Backend Server Hosted on Azure?

My organization has Single Sign On set up with AWS Cognito.我的组织使用 AWS Cognito 设置了单点登录。 While my department wants to use Azure to host the backend service.而我的部门想使用 Azure 来托管后端服务。

How do I integrate the two?我如何将两者结合起来? I'll need authorisation before users are allowed to request to the backend server on Azure在允许用户向 Azure 上的后端服务器请求之前,我需要授权

You can use Amazon Cognito SDK/API to integrate with your backend app.您可以使用 Amazon Cognito 开发工具包/API 与您的后端应用程序集成。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何仅授予其Cognito子用户和具有完整AWS特权的安全服务器来认证Cognito用户(安全的后端服务器到服务器身份验证) - How to authenticate a cognito user given only their cognito sub and a secure server with full AWS privileges (secure backend server-to-server auth) 如何将AWS Cognito与自定义NodeJS服务器一起使用? - How do you use AWS Cognito with a custom NodeJS server? 我如何使用 Azure AD 像 AWS cognito 来注册/登录用户和 api 身份验证和自定义 UI,因为我可以在 Cognito 中做到这一点? - How can i use Azure AD like AWS cognito to signup/signin users and api authentication with custom UI as i can do it in the Cognito? 在Node.js的服务器端使用AWS Cognito是否安全? - Is it safe to use AWS Cognito on the server-side with Node.js? 可以将 AWS Cognito 与 Node 一起使用吗? - Is possible use AWS Cognito with Node? 如何在没有Amazon Cognito的情况下使用AWS S3? - How do I use AWS S3 without Amazon Cognito? 如何在 AWS SDK 中将 AWS SSO 临时凭证用于本地,但将实例角色用于生产? - How to use AWS SSO temporary credentials in AWS SDK for local, but Instance Role for prod? AWS Elasticsearch 和 Cognito - 如何允许 Cognito 用户创建私有索引? - AWS Elasticsearch and Cognito - How to allow Cognito user to create private index? AWS Lambda-如何使用context.identity.cognitoIdentityId获取相关的Cognito用户池用户数据? - AWS Lambda - How to use context.identity.cognitoIdentityId to get related Cognito User Pool user data? 如何使用AWS Cognito SDK使用NodeJS从REST服务验证用户? - How to use AWS Cognito SDK to authenticate user from REST Service using NodeJS?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM