Closed BeryJu closed 2 days ago
Name | Link |
---|---|
Latest commit | 8933eff17266bf1b8d31b32c93056a49bc484b09 |
Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/673cbe33d2a9560008640f93 |
Name | Link |
---|---|
Latest commit | 8933eff17266bf1b8d31b32c93056a49bc484b09 |
Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/673cbe33614a9c0008f7b960 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.60%. Comparing base (
9e96f19
) to head (8933eff
). Report is 3 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
/cherry-pick version-2024.10
authentik PR Installation instructions
Details
In previous versions we used to save the connection earlier which caused an Integrity Error which was caused and did a root redirect, however this was refactored to save the connection later and as such we don't redirect and don't catch the exception for this one specific user flow.
This user flow was also not tested, as it was assumed that the user would only authenticate with their source connection when they're not already authenticated, however this is something that might happen accidentally
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)