Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Improve identity v3 support #593

Closed
wants to merge 12 commits into from

Commits on Jun 2, 2016

  1. Identity v3 - For TokenID auth, use switch/default instead of "if"

    to improve the readability and use a if/else if/else flow.
    Stefan Bourlon committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    2154598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738094a View commit details
    Browse the repository at this point in the history
  3. Auth options v3 - Add DefaultDomain, UserDomain, Domain and ProjectDo…

    …main
    
    to support project and domain scoping, user domain authentication
    and default domain.
    Stefan Bourlon committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    c5ab007 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Configuration menu
    Copy the full SHA
    b1da7a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c8c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ad9656 View commit details
    Browse the repository at this point in the history
  4. Identity v3 - For ProjectName scoping, use switch/case and default on…

    … error
    Stefan Bourlon committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    5519be8 View commit details
    Browse the repository at this point in the history
  5. Identity v3 - For ProjectID scoping, use switch/case and default on r…

    …equest
    Stefan Bourlon committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    39e7b66 View commit details
    Browse the repository at this point in the history
  6. Identity v3 - For DomainID scoping, use an if/else flow

    Stefan Bourlon committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    f95b867 View commit details
    Browse the repository at this point in the history
  7. Identity v3 - Add domain name scoping

    Stefan Bourlon committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    72d1042 View commit details
    Browse the repository at this point in the history
  8. Identity v3 - Add test domain name scoping

    Stefan Bourlon committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    8774d69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9fef25 View commit details
    Browse the repository at this point in the history