Please enable JavaScript.
Coggle requires JavaScript to display documents.
Security (development) - Coggle Diagram
Security
(development)
Authentication Schemas
HTTP
Basic Auth
Bearer Token
API Key
OpenID
OAuth2
Flows
Client Credentials Flow
API Authentication (Services)
User Redirect Flows
AuthN Server
Resource Server
SAML
Authentication and Authorization Framework
Identity Provider
Service Provider
Basic Concepts
Identity
UserDetails
Human Factor
Virtual Factors
for Services
Application Key(client-id) & Secret
Certificate
Private Key
MAC/IP Address
(Access) Token
Authentication
: Proving Identity
Authorization
: Permissions
Role
Set of Permissions =>
RBAC
Auth. Token
Oauth2: Access Token
SAML: Authentication Assertions
Identity Mgmt
Authentication (
AuthN
)
Access Management
Authorization (
AuthZ
)