IAM/Frequently asked questions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 119: Line 119:
7.  Trying to login with email to mozillians will return an error page, asking to login with github.   
7.  Trying to login with email to mozillians will return an error page, asking to login with github.   
   [[File:Mozillians_-_forbidden_page_-_github.png|350px]]
   [[File:Mozillians_-_forbidden_page_-_github.png|350px]]
==== '''Q''': ''How can I upgrade my mozillians account from passwordless to LDAP?'' ====
1.  Login to mozillians with your email.<br>
2.  Navigate to profile settings page.
  [[File:Mozillians_-_go_to_settings.png|350px]]
3.  Scroll down to “Profile Identities” section and click “Add Identity” button.
  [[File:Mozillians_-_add_identity_-_ldap.png|350px]]
4.  Select "Log in with LDAP" in the next page.
  [[File:Mozillians_-_login_with_ldap.png|300px]]
5.  Enter your LDAP credentials and click "LOG IN" button.
  [[File:Mozillians_-enter_ldap_credentials.png|300px]]
6.  Enter 2fa code from your application and click "Log In" button.
  [[File:Mozillians_-_ldap_-_enter_2fa_code.png|250px]]
7. Verify that success message is displayed, after adding the new LDAP identity.
  [[File:Mozillians_-_success_message.png|350px]]
8. Scroll down to “Profile Identities” section and verify that your LDAP account is set as your login identity. That means this is the only account you can use from now on to login to mozillians.
  [[File:Mozillians_-_ldap_login_identity.png|350px]]

Revision as of 17:46, 1 November 2017

Mozilla IAM FAQ (Frequently Asked Questions)

Q: What is Mozilla IAM?

Mozilla IAM stands for Mozilla's Identity and Access Management. It's the system that Mozilla manage logins to various web properties and systems.

Usually, you'd use Mozilla IAM as Mozilla Staff, or as a contributor with access to the tools and resources Mozilla uses day to day. An example of that would be our Discourse instance: http://discourse.mozilla.org/

Mozilla IAM is not Firefox Accounts, Persona or part of any Mozilla Product.

Q: How do I login with Mozilla IAM?

Mozilla IAM supports various login methods, such as "LDAP" (Staff logins), GitHub social login, Google social login and email login (which we call "passwordless"). Certain methods support and enforce the use of two-factor authentication (2FA) and may grant access to more sensitive services.

Q: Why is my login failing with an error message telling me to use "GitHub/Google/LDAP/etc" instead?

If your login (your primary email address used by Mozilla IAM) matches an existing account which provides higher security, we require that you use the most secure method available to login.

Example: LDAP uses two-factor authentication to verify a user's identity and is safer than using email login ("passwordless").

Q: Why do you support email login ("passwordless") if it's less safe than other methods?

Sometimes all you want to do is post a comment on a public forum. For that, we often need to provide a valid identity, but we also want to make it as easy as possible for you to contribute. Email login ("passwordless") is our current solution for this use case. Some applications we provide may not provide this login method, for example when the application always require more secure methods.

Q: I would like access to specific groups, such as the NDA group, but it requires me to use a different login method, why?

We only allow login, or authentication methods that can verifiably require two-factor authentication (2FA) in order to join any group that may grant you access to data that is not public, such as what we call STAFF CONFIDENTIAL data. At the time of writing, only LDAP, Google accounts that use our LDAP backend (i.e. not '@gmail.com' accounts) and GitHub account support this functionality.

Example: you could get a GitHub account with two-factor authentication enabled. Here's some documentation on how to do this: https://help.github.com/articles/about-two-factor-authentication/

If more authentication methods add support for this in the future and seem to be otherwise safe, we'll gladly allow them as well.

Q: I used to use email login ("passwordless") to access STAFF CONFIDENTIAL data with my NDA'd account, but I lost access

We no longer allow email logins to access non-PUBLIC data (see previous FAQ item as well). In order to regain access, please use a login method that supports two-factor authentication (2FA) such as GitHub. Here's some documentation on how to do this: https://help.github.com/articles/about-two-factor-authentication/

Q: Where is the source code, documentation, etc. for all Mozilla IAM Projects?

Glad you asked! it's all here: https://github.com/mozilla-iam/mozilla-iam/

Q: I found a bug, vulnerability, issue, etc. Where do I report it?

Please report all public bugs and issues here: https://github.com/mozilla-iam/mozilla-iam/issues For security vulnerabilities, please see https://www.mozilla.org/en-US/security/bug-bounty/web-eligible-sites/ or email us at security@mozilla.org Thanks for your help!

Q: My question is not listed here, where can I reach out?

You can find a link to our public discussion board here: https://github.com/mozilla-iam/mozilla-iam/#discussion

Q: How can I set up two-factor authentication (2FA) for my github account?

Two-factor authentication can be configured by using a Time-based One-Time Password (TOTP) application, which automatically generates an authentication code that changes after a certain period of time. See configuration steps below.
1. Download one of these apps:

  • For Android, iOS, and Blackberry: Google Authenticator
  • For Android and iOS: Duo Mobile
  • For Windows Phone: Authenticator

2. In the upper-right corner of any page, click your profile photo, then click Settings.

  Github-settings.png

3. In the user settings sidebar, click Security.

  Github - security.png

4. Under Two-factor authentication, click Set up two-factor authentication.

  Github - set up 2fa.png

5. On the Two-factor authentication page, click Set up using an app.

  Github - set up using an app.png

6. To enable two-factor authentication you must save your two-factor recovery codes in a safe place, such as a password manager, by clicking Download, Print, or Copy. Your recovery codes will help get you back into your account if you've lost access. After saving your codes, click Next.

  Github - recovery.png

7. Scan the QR code with your mobile device's app. After scanning, the app will display a six-digit code that you can enter on GitHub.

  Github - scan barcode.png

8. The TOTP mobile application will save your GitHub account and generate a new authentication code every few seconds. On GitHub, on the 2FA page, type the code and click Next.

  Github - enter passcode.png

9. Verify that a success message is shown

  Github - 2fa success message.png

10. After 2FA has been enabled and you've saved your recovery codes, we recommend you sign out and back in to your account. In case of problems, such as a forgotten password or typo in your email address, you can use recovery codes to access your account and correct the problem.

Q: I have an email address for my mozillians account different than the email I set as primary in my github account. How can I upgrade my mozillians account from passwordless to github?

1. In the following steps we assume you have 2FA set for your github account. If not, see the steps from here
2. Login to mozillians with your email.
3. Navigate to profile settings page.

  Mozillians - go to settings.png

4. Scroll down to “Profile Identities” section and click “Add Identity” button.

  Mozillians - add identity.png

5. Select “Log in with Github” option in next page.

  Mozillians - verify github account.png

6. Click Authorize mozilla. If you’re logged in to github in the same browser, you can skip the next 2 steps.

  Mozillians - authorize mozilla.png

7. Enter github credentials and click “Sign In” button.

  Mozillians - add github credentials.png

8. Enter the two-factor authentication generated by the app or received on your phone via text message.

  Mozillians - enter 2fa code.png

9. Verify that success message is displayed, after adding the new github identity.

  Mozillians - success message.png

10. Scroll down to “Profile Identities” section and verify that your github account is set as your login identity. That means this is the account you should use from now on to login to mozillians.

  Mozillians - github login identity.png

11. Trying to login with email to mozillians will return an error page, asking to login with github.

  Mozillians - forbidden page - github.png

Q: The email address I use to login to my mozillians account matches the primary email of my github account. How can I upgrade my mozillians account from passwordless to github?

1. In the following steps we assume you have 2FA set for your github account. If not, see the steps from here.
2. Navigate to mozillians page and click Log In/Sign Up button.
3. Select “Log in with Github” method from mozillians login page.

  Mozillians - login ways.png 

4. Enter Github credentials.

  Mozillians - login with github to upgrade account.png

5. Enter 2fa code from your application.

  Mozillians - enter 2fa code.png

6. Navigate to Settings -> Profile Identities section, and verify that Github is set as your login identity. That means this is the only account you can use from now on to login to mozillians.

  Mozillians - upgrade to github.png

7. Trying to login with email to mozillians will return an error page, asking to login with github.

  Mozillians - forbidden page - github.png

Q: How can I upgrade my mozillians account from passwordless to LDAP?

1. Login to mozillians with your email.
2. Navigate to profile settings page.

  Mozillians - go to settings.png

3. Scroll down to “Profile Identities” section and click “Add Identity” button.

  Mozillians - add identity - ldap.png

4. Select "Log in with LDAP" in the next page.

  Mozillians - login with ldap.png

5. Enter your LDAP credentials and click "LOG IN" button.

  Mozillians -enter ldap credentials.png

6. Enter 2fa code from your application and click "Log In" button.

  Mozillians - ldap - enter 2fa code.png

7. Verify that success message is displayed, after adding the new LDAP identity.

  Mozillians - success message.png

8. Scroll down to “Profile Identities” section and verify that your LDAP account is set as your login identity. That means this is the only account you can use from now on to login to mozillians.

  Mozillians - ldap login identity.png