Programming/IAM

From etwiki
Revision as of 10:02, 20 March 2023 by WikiSysop (talk | contribs) (Created page with "== Identity and Access Management == {| class="wikitable" !Authentication !Authorization |- | credential validation | permission scope validation |} === Acronyms === ; IdP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Identity and Access Management

Authentication Authorization
credential validation permission scope validation


Acronyms

IdP
identity provider
JWT
JSON web token
RP
relaying party, usually used with OIDC and OAuth
SP
service provider, usually used with SAML
XML
extensible markup language


Single Sign-On Authentication

Protocol Description Format Token Terminology
SAML Security Assertion Markup Language XML assertion
OIDC OpenID Connect, built on OAuth 2.0 authorization protocol JWT claim
WS-Fed WS-Federation, part of the WS-* framework, similar to SAML but not compatible XML assertion