Skip to content
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

Implementation for IDP Mode 'authorization' is missing #4

Closed
dwendland opened this issue Nov 18, 2020 · 2 comments
Closed

Implementation for IDP Mode 'authorization' is missing #4

dwendland opened this issue Nov 18, 2020 · 2 comments

Comments

@dwendland
Copy link

For an API backend with external (Keyrock IDP) authorization, the mode 'authorization' can not be used, although it is basically supported:

elseif idp_back_name == "fiware-oauth2" and mode == "authorization" then

The following issues exist:

  1. In the API backend configuration, an option is missing to switch to 'authorization' mode.

  2. For the request

    rquery = "access_token="..token.."&app_id="..app_id.."&resource="..resource.."&action="..method

    Keyrock returns a flag "authorization_decision" which is not evaluated by API Umbrella.

@dwendland
Copy link
Author

PR #5 contains an implementation.

@ilarimikkonen
Copy link

closed by PR #5

fdelavega pushed a commit to fdelavega/api-umbrella that referenced this issue Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants