identity federation Flashcards

1
Q

what does identity federation do?

A

using credentials from one account to log onto multiple systems

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

how does toke based authentication work?

A

when your login into a server is successful, the server will create a token for authentication

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

what is the token use for?

A

by using the toke, we avoid exchanging credentials.

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

why does toke has a short lived?

A

if token that last for week or months, they could led to serious problems. as a result toke has short live and is regenerated by the server within the same session

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

what is IAM

A

identity and access management systems

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

SSO

A

single sign-on. it is a subset of identity federation

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

how does SSO work?

A

one set of credential to access multiple apps or systems within the same organization.

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

what is SAML

A

it stand for security assertion markup language.
it’s standard for sso implementations
authentication between two parties

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

what is OAuth

A

standard for authorization between two parties

Authorizes servers, devices and APIs to run application on behalf other

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

OIDC

A

OpenID Connect
standard for single sign-on implementations
build on top of OAuth

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