sources/oauth: add expression field for additional url parameters#22486
sources/oauth: add expression field for additional url parameters#22486Benricheson101 wants to merge 3 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22486 +/- ##
===========================================
- Coverage 93.28% 81.29% -12.00%
===========================================
Files 1032 1032
Lines 60057 60121 +64
Branches 400 400
===========================================
- Hits 56027 48878 -7149
- Misses 4030 11243 +7213
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
this is consistent with the environment of other evaluators (e.g. PropertyMappingEvaluator).
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Details
Adds a Python expression block to the OAuth Source form for configuring additional authorization URL parameters (e.g.,
prompt=none,hd=example.com).Closes #13952
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen)If changes to the frontend have been made
make web)If applicable
make docs)