-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Copy link
Labels
area:backendbugSomething isn't workingSomething isn't workingstatus/reviewingthanks for opening, we're taking a lookthanks for opening, we're taking a look
Milestone
Description
Describe the bug
We defined the following scope mapping and added it to an proxy-provider:
token = request.user.attributes.get("influxdbtoken")
return {
"ak_proxy": {
"user_attributes": {
"additionalHeaders": {
"Authorization": f"Bearer {token}"
}
}
}
}
To Reproduce
Steps to reproduce the behavior:
- Create the scope mapping within "Customization - Property Mappings"
- Add the scope to your proxy provider
- Check the headers, no "Authorization" is added to the request
Expected behavior
Scope mapping should still work and add extra headers to the request
Version and Deployment (please complete the following information):
- authentik version:2025.10.0
- Deployment: docker-compose
CrossEyeORG and drpetersen
Metadata
Metadata
Assignees
Labels
area:backendbugSomething isn't workingSomething isn't workingstatus/reviewingthanks for opening, we're taking a lookthanks for opening, we're taking a look
Type
Projects
Status
Done