Single Sign On Federation Flashcards
What is Okta?
Okta is an Identity Access Manager.
What is IAM?
IAM stands for Identity Access Management. IAM is a framework of policies and technologies to ensure that the right users have appropriate access to resources.
What is an IdP?
Identity Provider: An Idp is the server that confirms authentication in a federated network.
What is an SP?
SP stands for Service Provider. A service provider is the resource sever that is being asked permission to sign on using an IAM protocol.
What is a Federation?
Federation is the unification of systems that rely on one single IdP for the authentication of users.
What is a Federation Protocol?
Federation protocols allow systems to vouch for your identity to other systems. Some federation protocols include SAML, WS-FED, & OIDC.
What is the Okta Plug In for?
The Okta plug in allows users to start apps from their dashboard with a click when SAML is not available. It fills in the credential fields for you rather than have you do it manually.
What are the two kinds of flow when authentication is occuring?
SP initiated flow and IdP initiated flow.
What are percentage are the 3 protocols used?
SAML: 95%
WS-FED: 4%
OICD: 1%
What Federation protocol(s) does NOT require the SP/RP and IdP to be able to talk?
SAML and WS-FED
Describe IdP initiated flow.
- Log into IAM
- Click on app you want to access
- IdP gives you assertion that you can take to Sp
Describe SP initiated Flow.
- Client reaches out to SP.
- SP redirects client to IdP with an authentication token
- IdP authenticates user and gives client an assertion
- Client gives SP the assertion and authenticates.