website/integrations: Update to Wizard and Styling Guide#12919
website/integrations: Update to Wizard and Styling Guide#12919tanberry merged 3 commits intogoauthentik:mainfrom nicedevil007:StylingUpdate
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12919 +/- ##
=======================================
Coverage 92.72% 92.72%
=======================================
Files 770 770
Lines 38945 38945
=======================================
Hits 36113 36113
Misses 2832 2832
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dominic-r
left a comment
There was a problem hiding this comment.
Hi, thank you for your contribution! Unfortunately, some of the changes in this PR will have to be superseded by this PR due to the nature/quantity of the changes. #12716 and merging as-is would cause unnecessary merge conflicts.
Please do let me know when the duplicate part(s) are removed and i'd be happy to take a look at this
#12716 Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com>
|
Guess actual budget was the only one that was in the PR mentioned. So I took a look at the other changes on the PR you linked here. As I go over my old PRs files I found the setting:
Should this not be in all PRs that reference the Wizard to create the SP/App. And yes I know: Would be a story for an other day :) I guess the maingoal of all you nice guys here that are responsible for documentation want to change all guides to the Wizard at anytime. |
|
Actually, it's not just changing all to use the wizard, naming all throughout the docs also needs to get updated as the word "wizard" will no longer appear in the UI. As for the setting you found, I do believe the following sentence from the new template includes this: |
ok :) so this PR is there anything I should do right now? |
dominic-r
left a comment
There was a problem hiding this comment.
Hi. Thanks for this! Just a few things I noticed. Other than that, it looks quite good and I appreciate the time you took to update your previous contributions. Once this PR is accepted by @tanberry as well as myself, I'll merge relevant changes to my working branch to add the React component/new authentik configuration format. Nevertheless, it is greatly appreciated 🙏
| @@ -0,0 +1,87 @@ | |||
| --- | |||
There was a problem hiding this comment.
Why is the engomo documentation renamed to use a mdx file? No React components are being used. It doesn't really matter that much as it shows up in the UI the same, I'm just curious. I'll be sure to outline this in the style guide!
There was a problem hiding this comment.
Thought this is the right format nowadays, so I used the update to get to this file extension as well. Was the one I took on most of my other PRs as well. Just to be honest, I never thought about it what is the right or wrong one. Just wanted to make everything similar 🙈
| > | ||
| > -- https://rustdesk.com/ | ||
| > | ||
| > This guide explains how to configure Rustdesk Server Pro to use authentik as the OAuth provider for logging in to the Web GUI. |
There was a problem hiding this comment.
This added sentence is not part of the integration template.
There was a problem hiding this comment.
Was a line on all my other docs why I added it here now as well. As I started making docs for authentik I just copied anyone else others doc from a different app and started from this point 😂
There was a problem hiding this comment.
haha yea I get it. I can't say I never did the same with some stuff. I'm just trying to standardize existing documentation to get a good base. That means a lot of cleanup, yes, but I think it's for the good. The sentence itself is a good idea, but I feel like it's already implied if you get what I mean
There was a problem hiding this comment.
So if the most recent template is the best I can start; then I can start from scratch before you review the rest from here and then having to review it again. I'm absolutely on your side on standardizing stuff. That was sometimes a problem here for me. Started first PRs with fortigate stuff here then I copy pasted my old Fortigate guide and used it as my template for next PR, then stuff told me to use on FGT wasn't good anymore 😂 will do my best to keep this docs here as you want 👌
There was a problem hiding this comment.
Let's leave the sentence for now, and decide about adding to other guides later. Let's get his merged, sorry I have been the bottleneck here!
dominic-r
left a comment
There was a problem hiding this comment.
Hi @nicedevil007 . Thanks for another contribution to authentik! Your work and your dedication is greatly appreciated. I'll approve this PR as it looks almost perfect for now :)
cc @tanberry for merge
|
is something missing for the merge from my side (beside time from owners :)). |
| > | ||
| > -- https://engomo.com/ | ||
| > | ||
| > This guide explains how to set up engomo to use authentik as the OAuth provider for the application login on the smartphone/tablet and login to the admin WebGUI (composer). |
There was a problem hiding this comment.
| > This guide explains how to set up engomo to use authentik as the OAuth provider for the application login on the smartphone/tablet and login to the admin WebGUI (composer). | |
| > This guide explains how to set up engomo to use authentik as the OAuth provider for the application on the smartphone/tablet and allow logging in to the admin WebGUI (composer). |
There was a problem hiding this comment.
Did that rewrite leave the original intent? The sentence was a little confusing.
|
|
||
| - `engomo.mapping` is the value of the Mapping's name. | ||
| - `profile` is the value for the Scope name. | ||
| - `return {"preferred_username": request.user.email}` is the value for the Expression. |
There was a problem hiding this comment.
What do we mean by "the Expression"? Is there an expression somewhere that defines these values?
| - Add the `engomo.mapping` scope in addition to the default values. | ||
|
|
||
| :::note | ||
| Redirect URIs => write the values line by line. |
There was a problem hiding this comment.
| Redirect URIs => write the values line by line. | |
| Redirect URIs => add the redirect values line by line. |
| - Choose `authentik` from the Authenticator dropdown. | ||
| - Create your user by entering the email address as the username. This email must match the one used for the user in authentik. | ||
|
|
||
| ## Test the login |
There was a problem hiding this comment.
| ## Test the login | |
| ## Test logging in |
tanberry
left a comment
There was a problem hiding this comment.
Thank you @nicedevil007 !
* main: web/user: fix opening application with Enter not respecting new tab setting (#13115) web: bump API Client version (#13113) providers/rac: move to open source (#13015) website/docs: add 2025.2 release notes (#13002) core: clear expired database sessions (#13105) core: bump sentry-sdk from 2.21.0 to 2.22.0 (#13098) core: bump bandit from 1.8.2 to 1.8.3 (#13097) core: bump aws-cdk-lib from 2.178.2 to 2.179.0 (#13099) core: bump goauthentik.io/api/v3 from 3.2024123.4 to 3.2024123.6 (#13100) lifecycle/aws: bump aws-cdk from 2.178.2 to 2.179.0 in /lifecycle/aws (#13101) website/docs: Add AdventureLog Community Integration Documentation (#12928) website/docs: minor fixes (#13095) website/integrations: Update to Wizard and Styling Guide (#12919) web: bump API Client version (#13093) policies/geoip: distance + impossible travel (#12541) root: fix generated API docs not being excluded from codespell (#13091)
Used new knowledge on how to better contribute to update my "old" OAuth Docs.
Ty @dominic-r
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)