PRODUCT KNOWLEDGE Flashcards

1
Q

What are the use cases we support

A

B2B, B2C, B2E, Machine to Machine

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

What different user types does Auth0 have?

A

External and Internal

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

Describe an External User (B2C)

A

Anyone that logs in through a U/P, Social or Passwordless authentication

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

Describe an External User (B2B)

A

Anyone that authenticates through a federated source

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

Provide an example to the previous question

A

Azure AD

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

What are the different types of anomaly detection Auth0 has?

A

Brute force & Breached password detection

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

Where does anomaly happen in authentication flow ?

A

At login

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

Describe Brute Force Detection

A

Anyone that any one login in multiple times - if the credentials are wrong - user will be notified via email

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

Breached password

A

protects and notifies your users when their credentials are leaked by a data breach of a third party. You can optionally prevent access until the user has reset their password.

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

Describe an Internal user

A

Employee, Third party apps

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

How would you define monthly active users?

A

Any given calendar month, a person that logs in 1 time of 100 times is considered 1 unique monthly active user

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

How would you define SSO?

A

Ease of user security

Internal- prevents password fatigue, Does not have to remember multiple passwords

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

When someone ask you about SSO what is the first question you ask?

A

What other apps are they looking to sign into?

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

Give a real life example of SSO

A

Google- when you login to google its already logged into all google apps

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

What is MFA/2FA?

A

Second source of Auth/Extra layer of security

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

Why would someone see value in MFA?

A

Adds and extra layer of security to protect potentially sensitive account info/data

17
Q

Where does MFA happen in the auth flow?

18
Q

What does Auth0 offer out of the box for MFA?

A

Google Authenticator, Duo (3rd party) Guardian (proprietary)

19
Q

What features does Guardian MFA have?

A

SMS, Email, Push

20
Q

Real life example

A

When you login to a site and they send you an access code via your email as an additional step to the login process to verify its you

21
Q

What is our rules engine?

A

Customizes the authentication and authorization flow

22
Q

Why would someone be interested in our Rules Engine?

A

Allows them to have more hands on field/they are able to use user enhancements and user control

23
Q

Can you name 2 extensions?

A

Delegated admin, progressive profiling

24
Q

Describe Delegated Admin

A

Allow to see dashboard, see the features but cant make changes

25
Describe Progressive Profiling
Gather info, within multiple logins - can ask them questions, and every time they login they get asked more questions
26
What are our Database Options?
Custom Database (Customer environment), Auth0 Hosted DB (our environment)
27
What is a custom DB?
Allowing a user to manage their own set of credentials
28
Why would someone want to use a custom DB?
Custom DB connections enables customers to continue using their own customer repositories with virtually no additional work
29
What are our migration options?
Lazy load migration (individual) - Bulk Migration (all users in DB)
30
Why would someone be interested in both our lazy load and bulk import?
Lazy load - Take their custom DB/ and our DB - we will take a copy of their credentials over, over a set of time we would do a bulk import which would require a PW reset
31
What are our deployment options?
``` Public (Auth0 environment), Standard Private (Auth0 envior) Managed private (Auth0 customer AWS envior) ```
32
Where do we deploy from?
2 in US (east & West) APAC EMEA
33
Why don't we offer on prem anymore?
Only had two customers who use on prem, resources and time are going towards different options
34
How many federated connections do we offer?
10 pre-built
35
Why would someone be interested in our Federated Connection capabilities?
Already pre-built- when ent enable federation, the time and effort it takes to build something we have already pre-built
36
What are protocols?
Language to communicate/translate code
37
``` Name all standard Protocols Ldap Ws fed Oauth Oauth2 Saml Open Id ```
``` LDAP SAML OpenIDConnect OAuth WS-Fed ```
38
What is Auth0 standard protocol?
OpenIdConnect