We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For an API backend with external (Keyrock IDP) authorization, the mode 'authorization' can not be used, although it is basically supported:
api-umbrella/src/api-umbrella/utils/idp.lua
Line 25 in fbe919b
The following issues exist:
In the API backend configuration, an option is missing to switch to 'authorization' mode.
For the request
Line 30 in fbe919b
The text was updated successfully, but these errors were encountered:
PR #5 contains an implementation.
Sorry, something went wrong.
closed by PR #5
Merge pull request Profirator#4 from jason-fox/master
ffa78d2
Fixing Markdown Documentation
No branches or pull requests
For an API backend with external (Keyrock IDP) authorization, the mode 'authorization' can not be used, although it is basically supported:
api-umbrella/src/api-umbrella/utils/idp.lua
Line 25 in fbe919b
The following issues exist:
In the API backend configuration, an option is missing to switch to 'authorization' mode.
For the request
api-umbrella/src/api-umbrella/utils/idp.lua
Line 30 in fbe919b
Keyrock returns a flag "authorization_decision" which is not evaluated by API Umbrella.
The text was updated successfully, but these errors were encountered: