OAuth_SAML_Flashcards

1
Q

What is the Resource Owner in OAuth?

A

The entity capable of granting access to a protected resource (e.g., the user).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Client in OAuth?

A

The application requesting access to resources on behalf of the resource owner (e.g., a mobile app or website).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Authorization Server in OAuth?

A

The server issuing tokens after successfully authenticating and authorizing the resource owner.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Resource Server in OAuth?

A

The server hosting the protected resources and validating access tokens to ensure authorization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Access Token in OAuth?

A

A credential used to access protected resources, issued by the authorization server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Refresh Token in OAuth?

A

A credential used to obtain a new access token without requiring the resource owner’s reauthentication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Scope in OAuth?

A

The specific permissions or access rights requested by the client for the resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Redirect URI in OAuth?

A

The URI where the authorization server redirects the user after the authorization process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Subject in SAML?

A

The user whose identity is being authenticated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Identity Provider (IdP) in SAML?

A

The system authenticating the user and issuing SAML assertions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Service Provider (SP) in SAML?

A

The application or system that consumes SAML assertions to grant access to resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Assertion in SAML?

A

A statement issued by the IdP containing the user’s identity and attributes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the Relay State in SAML?

A

A mechanism to pass additional state information between the IdP and SP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Metadata in SAML?

A

Configuration information shared between IdP and SP, defining endpoints and security settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Single Logout (SLO) in SAML?

A

A mechanism to log out a user from all connected systems via the IdP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Binding in SAML?

A

The communication protocol used to transmit SAML messages (e.g., HTTP-POST, HTTP-Redirect).

17
Q

What is the Relying Party in SAML?

A

Another name for the Service Provider (SP) in the context of SAML.