【SSO】5分钟内Angular中的Azure AD SSO
pgmr.cloud
22 April 2023
In this blog, you will learn to build an Angular single-page application (SPA) that signs in users and calls the Microsoft Graph API and then does a REST API call to get all the subscriptions of the signed-in user and display it in a table.
【Node.js】使用Node.js和Passport.js实现单点登录SAML策略
pgmr.cloud
22 April 2023
Single sign-on (SSO) is a property of identity and access management (IAM) that enables users to securely authenticate with multiple applications and websites by logging in only once with just one set of credentials (username and password).