일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- Sequelize
- Python
- 게임
- react
- nodejs
- cookie
- MySQL
- dfs
- game
- 공룡게임
- 정렬
- AWS
- Express
- JavaScript
- GIT
- Queue
- OCR
- mongoose
- typeORM
- jest
- Nest.js
- MongoDB
- Bull
- TypeScript
- nestjs
- flask
- Dinosaur
- 자료구조
- class
- Today
- Total
포시코딩
싱글 사인 온(SSO), SAML 본문
SSO란?
SSO 로그인 작동 방식
-> SSO 인증 토큰을 통해
SSO 인증 토큰 작동 방식
-> 인증 토큰 표준은 SAML
SAML이란?
SSO 인증 프로세스
SAML 어설션이란?
-> 세 가지 유형
인증 어설션
속성 어설션
권한 부여 결정 어설션
SAML과 OAuth의 차이점
https://learn.microsoft.com/ko-kr/entra/identity-platform/single-sign-on-saml-protocol
Single Sign-On SAML 프로토콜 - Microsoft identity platform
이 문서에서는 Microsoft Entra ID에서 SSO(Single Sign-On) SAML 프로토콜을 설명합니다.
learn.microsoft.com
https://marketsplash.com/tutorials/node-js/node-js-saml/#The%20Basics%20of%20SAML%20Authentication
https://towardsdev.com/nestjs-authentication-single-sign-on-with-saml-2-0-8e95f0b8872c
NestJS Authentication: Single Sign On with SAML 2.0
When we talk about web applications Single Sign On (SSO) plays a strategic role in user authentication.
towardsdev.com
출처
https://www.cloudflare.com/ko-kr/learning/access-management/what-is-sso/
https://www.cloudflare.com/ko-kr/learning/access-management/what-is-saml/
https://www.cloudflare.com/ko-kr/learning/access-management/what-is-oauth/