-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inject external Identity Provider into Gatekeeper? #349
Comments
The idea is to include the possibility of configuring API Umbrella to check the validity of API Keys in a remote server. Thus, requests sent to the proxy could include an OAuth2 token instead of the API Key and when reaching the validation step in the gatekeeper it sends a validation request to the external IdP. This OAuth2 token has to be created by the client using any of the OAuth2 grant types defined in the protocol. Here the diagram: Note: diagram to be modified in https://bramp.github.io/js-sequence-diagrams/
|
It's ok, let's discuss this there :) |
At a meeting with the FIWARE Foundation developers in Berlin, we discussed integrating the FIWARE Identity Management provider within the API Umbrella Gatekeeper.
The Idea would be to use the FIWARE Identity Management component as a store for user data:
@GUI, what are some considerations related to this idea?
cc: @aalonsog @jsalvachua and @fdelavega: what are some clarifications regarding this issue/idea/diagram?
Related to issue/discussion #38
The text was updated successfully, but these errors were encountered: