-
-
Notifications
You must be signed in to change notification settings - Fork 988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/integrations: add documentation for OIDC setup with Xen Orchestra #9000
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks so much @pgumpoldsberger for these integration docs! I have a couple of small nitpicks, and then a suggestion on formatting of the config steps for Xen Orchestra, but overall great this looks great and we look forward to merging it! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9000 +/- ##
==========================================
+ Coverage 46.62% 52.02% +5.40%
==========================================
Files 626 640 +14
Lines 30996 31555 +559
==========================================
+ Hits 14451 16418 +1967
+ Misses 16545 15137 -1408
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to go ahead and approve this, but would be great if you could do the few suggestions... the re-formatting of the many steps is up to you, but I do think it would make it easier to read.
Thanks again!
Thank you very much for your feedback. I'm going to implement your suggestions tomorrow 👍 |
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: pgumpoldsberger <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
* main: web: a few minor bugfixes and lintfixes (#9044) website/integrations: add documentation for OIDC setup with Xen Orchestra (#9000) website: bump @types/react from 18.2.70 to 18.2.72 in /website (#9041) core: bump goauthentik.io/api/v3 from 3.2024022.5 to 3.2024022.6 (#9042) web: fix markdown rendering bug for alerts (#9037)
Details
Added documentation for the configuration with Xen Orchestra according to their blog post.
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
)