← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1828783] [NEW] More user-friendly websso unauthorized

 

Public bug reported:

Whenever trying to login with horizon with federated identity, if the
user is correctly authenticated at the IdP but not authorized by
Keystone (mapping failed), the user just gets a json error message:

{"error": 
  {
    "message": "The request you have made requires authentication.",
    "code": 401,
    "title": "Unauthorized"
  }
}

which is not very user-friendly.

Would it be possible to catch this error by Horizon/Keystone so user
gets a nicer error message?

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  More user-friendly websso unauthorized

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Whenever trying to login with horizon with federated identity, if the
  user is correctly authenticated at the IdP but not authorized by
  Keystone (mapping failed), the user just gets a json error message:

  {"error": 
    {
      "message": "The request you have made requires authentication.",
      "code": 401,
      "title": "Unauthorized"
    }
  }

  which is not very user-friendly.

  Would it be possible to catch this error by Horizon/Keystone so user
  gets a nicer error message?

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


Follow ups