oidc plugins should check for their required options
Bug #1593192 reported by
Alvaro Lopez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystoneauth |
In Progress
|
Low
|
Unassigned |
Bug Description
With the myriad of options for the openid connect providers it is easy to forget to add one or several options. The code should make use of the load_from_options() method from the loader, and raise exceptions if not all the options are being defined.
Changed in keystoneauth: | |
assignee: | nobody → Alvaro Lopez (aloga) |
tags: | added: oidc |
tags: | added: user-experience |
Changed in keystoneauth: | |
assignee: | Steve Martinelli (stevemar) → nobody |
To post a comment you must log in.
Sounds like a nice UX improvement