1. 23 Nov, 2017 1 commit
    • Pavel Borzenkov's avatar
      connector: implement Microsoft connector · 6193bf55
      Pavel Borzenkov authored
      connector/microsoft implements authorization strategy via Microsoft's
      OAuth2 endpoint + Graph API. It allows to choose what kind of tenants
      are allowed to authenticate in Dex via Microsoft:
        * common - both personal and business/school accounts
        * organizations - only business/school accounts
        * consumers - only personal accounts
        * <tenant uuid> - only account of specific tenant
      Signed-off-by: 's avatarPavel Borzenkov <pavel.borzenkov@gmail.com>
      6193bf55
  2. 13 Nov, 2017 3 commits
  3. 10 Nov, 2017 2 commits
  4. 09 Nov, 2017 1 commit
    • Stephan Renatus's avatar
      password connectors: allow overriding the username attribute (password prompt) · b09a1345
      Stephan Renatus authored
      This allows users of the LDAP connector to give users of Dex' login
      prompt an idea of what they should enter for a username.
      
      Before, irregardless of how the LDAP connector was set up, the prompt
      was
      
          Username
          [_________________]
      
          Password
          [_________________]
      
      Now, this is configurable, and can be used to say "MyCorp SSO Login" if
      that's what it is.
      
      If it's not configured, it will default to "Username".
      
      For the passwordDB connector (local users), it is set to "Email
      Address", since this is what it uses.
      Signed-off-by: 's avatarStephan Renatus <srenatus@chef.io>
      b09a1345
  5. 08 Nov, 2017 4 commits
  6. 06 Nov, 2017 4 commits
  7. 03 Nov, 2017 1 commit
  8. 02 Nov, 2017 1 commit
  9. 31 Oct, 2017 4 commits
  10. 30 Oct, 2017 1 commit
  11. 27 Oct, 2017 6 commits
  12. 26 Oct, 2017 5 commits
  13. 25 Oct, 2017 1 commit
  14. 10 Oct, 2017 3 commits
  15. 09 Oct, 2017 3 commits