Jens L.

Results 57 issues of Jens L.

replace the current static end_session interface with flows closes #8369

## Details REPLACE ME --- ## Checklist - [ ] Local tests pass (`ak test authentik/`) - [ ] The code has been formatted (`make lint-fix`) If an API change...

Currently we dont support group import from OAuth OIDC sources

enhancement
enhancement/confirmed
hackathon

## Details intended to fix #6886 instead of relying on `?rd=` being set and carried forward (which doesn't happen due to OAuth redirect URLs) and using `oauth_redirect` in the session...

Signed-off-by: Jens Langhammer ## Details REPLACE ME --- ## Checklist - [ ] Local tests pass (`ak test authentik/`) - [ ] The code has been formatted (`make lint-fix`) If...

## Details REPLACE ME --- ## Checklist - [ ] Local tests pass (`ak test authentik/`) - [ ] The code has been formatted (`make lint-fix`) If an API change...

## Details ![image](https://github.com/goauthentik/authentik/assets/1932513/4acbfc8c-6ee1-4e81-82b1-c867046715cf) --- ## Checklist - [ ] Local tests pass (`ak test authentik/`) - [ ] The code has been formatted (`make lint-fix`) If an API change has...

## Details To prevent caching issues, give the JS files a unique name Note: this current implementation does not take the build hash into consideration as for development we set...

Signed-off-by: Jens Langhammer ## Details - fix component not being marked as required despite it being required (both for OAPI validity and the server always returning it) - fix redundant...

## Details - Optimise querying and fetching property mappings for providers which use the outgoing sync framework - Compile property mapping expressions once and re-use them - Also remove a...