seknox / trasa

Zero Trust Service Access
https://www.trasa.io
Mozilla Public License 2.0
383 stars 70 forks source link

[FEATURE] update GetAllIdps handler to get orgID from user context. #179

Closed flyinghermit closed 3 years ago

flyinghermit commented 3 years ago

Describe the feature:

Currently GetAllIdps handler uses the config file to retrieve orgID as storedIdp, err := Store.GetAllIdps(global.GetConfig().Trasa.OrgId) update this to retrieve from user context.

Describe why this feature is needed: This is an unnecessary dependency on the config file.

Scope of the feature: