← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1693166] [NEW] keystone federation auth

 

Public bug reported:

When I create a mapping with rule as following:

 [
{
    "local": [
                {
                   "group": {
                        "name": "group1",
                        "domain": {
                            "name": "domain1"
                        }
                    }
                }
            ],
    "remote": [
        {
            "type": "openstack_user"
        },
        {
            "type": "openstack_user_domain"
        }
    ]
}
]

I have an idp user, and I got the assertion and now I want to GET GET v3
/OS-FEDERATION/identity_providers/keystone-idp/protocols/saml2/auth,

Error happens like:
keystoneauth1.exceptions.http.InternalServerError: An unexpected error prevented the server from fulfilling your request. (HTTP 500)

** Affects: keystone
     Importance: Undecided
     Assignee: yangweiwei (496176919-6)
         Status: In Progress

** Changed in: keystone
     Assignee: (unassigned) => yangweiwei (496176919-6)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1693166

Title:
  keystone  federation auth

Status in OpenStack Identity (keystone):
  In Progress

Bug description:
  When I create a mapping with rule as following:

   [
  {
      "local": [
                  {
                     "group": {
                          "name": "group1",
                          "domain": {
                              "name": "domain1"
                          }
                      }
                  }
              ],
      "remote": [
          {
              "type": "openstack_user"
          },
          {
              "type": "openstack_user_domain"
          }
      ]
  }
  ]

  I have an idp user, and I got the assertion and now I want to GET GET
  v3/OS-FEDERATION/identity_providers/keystone-idp/protocols/saml2/auth,

  Error happens like:
  keystoneauth1.exceptions.http.InternalServerError: An unexpected error prevented the server from fulfilling your request. (HTTP 500)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1693166/+subscriptions


Follow ups