| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| if ('listIdps' in this.$store.getters.apis) { | ||
| this.fetchIdps() | ||
| } | ||
| this.fetchIdps() |
There was a problem hiding this comment.
Shouldn't we check that, otherwise it could fail @Pearl1594 cc @shwstppr
Sorry, something went wrong.
|
Closing this as it can be handled as part of #5481 |
Sorry, something went wrong.
|
The listIdps API doesn't actually have any authorization restriction based on user roles. However, it isn't part of the API list for roles other than root admin. Legacy UI, didn't enforce this check either. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
This PR fixes: #5477 wherein domain admins aren't allowed to list available IDPs.
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?