authentik icon indicating copy to clipboard operation
authentik copied to clipboard

providers/oauth2: Automated OpenID Conformance tests

Open BeryJu opened this issue 6 months ago β€’ 4 comments

Details

REPLACE ME


Checklist

  • [ ] Local tests pass (ak test authentik/)
  • [ ] The code has been formatted (make lint-fix)

If an API change has been made

  • [ ] The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • [ ] The code has been formatted (make web)

If applicable

  • [ ] The documentation has been updated
  • [ ] The documentation has been formatted (make website)

BeryJu avatar May 29 '25 14:05 BeryJu

Deploy Preview for authentik-storybook canceled.

Name Link
Latest commit 0f2ddb199747ff2610e46c24795cb12078acad49
Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/685b2a573f49440008e6148f

netlify[bot] avatar May 29 '25 14:05 netlify[bot]

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit 0f2ddb199747ff2610e46c24795cb12078acad49
Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/685b2a57d68a65000875d386

netlify[bot] avatar May 29 '25 14:05 netlify[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.11%. Comparing base (ff966d7) to head (0f2ddb1).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14785      +/-   ##
==========================================
+ Coverage   93.04%   93.11%   +0.06%     
==========================================
  Files         824      824              
  Lines       42627    42627              
==========================================
+ Hits        39662    39691      +29     
+ Misses       2965     2936      -29     
Flag Coverage Ξ”
conformance 41.34% <ΓΈ> (?)
e2e 47.56% <ΓΈ> (+<0.01%) :arrow_up:
integration 24.23% <ΓΈ> (+<0.01%) :arrow_up:
unit 91.08% <ΓΈ> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar May 29 '25 14:05 codecov[bot]

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-d1c8d6d854ca3d727cd498271eb5b3e3183064a0
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-d1c8d6d854ca3d727cd498271eb5b3e3183064a0

Afterwards, run the upgrade commands from the latest release notes.

github-actions[bot] avatar May 29 '25 22:05 github-actions[bot]

Deploy Preview for authentik-integrations canceled.

Name Link
Latest commit 0f2ddb199747ff2610e46c24795cb12078acad49
Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/685b2a5705105a0008f06df2

netlify[bot] avatar Jun 24 '25 22:06 netlify[bot]