Week 2 Module1 Flashcards
Identity Federation Basics
A _____ is an established relationship between two or more entities. (2 domains or organizations for example)
Federation
The producer in a Federation (that provides identity information)is called what?
A. Federation Provider
B. User Provider
C. Identity Provider
D. None of the above
C. Identity Provider
IdP
The _______ receives assertions from the IdP and makes access control decisions based on the information in the assertions.
Relying Party (RP)
True/False: The purpose of a federation is to create trust between organizations about digital identities, identity attributes and credentials.
True
What are the 3 primary entities in a Federation?
A. Identity Provider B. Subscriber C. Response Party D. Relying Party E. Identifier
A. Identity Provider
B. Subscriber
D. Relying Party
True/False: Authentication between an IdP and subscriber is a single authentication event.
False.
Browser cookies, OAuth Tokens and Device Identification can be used to manage and setup what (in Identity Federation)?
A Session
The main objective os an assertion is to enable the ____ to convey authentication event information to the ____.
IdP (Identity Provider)
RP (Relying party)
In _____ channel presentation, the assertion goes through the subscriber.
Front
In ____ channel presentation, the assertion is done through a direct connection between the IdP and RP.
Back
The ____ channel presentation shall be single use and limited for use by a single RP.
Back
Match the Federation Assurance Levels (FAL) to their technical requirements.
- FAL1
- FAL2
- FAL3
A. Adds that the subscriber must present proof of possession of a cryptographic key
B. Requires the assertion be signed using cryptography
C. Adds that the assertion be encrypted
- FAL1 B
- FAL2 C
- FAL3 A
A ________ is an entity used to establish working relationships between parties, and performs some level of vetting to verify compliance with predetermined security, integrity and privacy standards.
A. Federation Authority
B. Vetting Authority
C. Security Authority
D. Authentication Authority
A. Federation Authority
______ is an internet-scale federated identity and authenticatin protocol build on top of Oauth 2.0 and the JSON Object Signing and Encryption (JOSE) crypto system.
A. OAuth Connect
B. Internet Connect
C. OpenID Connect
D. JSON Connect
C. OpenID Connect
In OpenID Connect, the RP is known as the ______.
Client