FIWARE / api-umbrella

Open source API management platform
https://fiware-api-umbrella.readthedocs.io/
MIT License
2 stars 6 forks source link

Dynamically disable non-used configuration options on API Backend configuration UI #30

Open dwendland opened 3 years ago

dwendland commented 3 years ago

Depending on certain selected options, some other configuration options are irrelevant and not used when processing requests. These options should then be disabled on the UI of the API backend configuration in order not to confuse the user.

For instance, when an authorization mode is selected which requires an external authorisation registry, no external IDP is used. In this case the IDP mode and IDP App Id config elements should be disabled.