-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: adds information about known device logins #17175
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…o-about-known-device-login
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
Thanks Dewi!
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f89376a206f2e7be5e9ab8f89cf32fa83eb82ccd
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 KubernetesAdd the following block to your 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-f89376a206f2e7be5e9ab8f89cf32fa83eb82ccd Afterwards, run the upgrade commands from the latest release notes. |
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/sys-mgmt/events/notification_rule_expression_policies.mdx
Outdated
Show resolved
Hide resolved
website/docs/sys-mgmt/events/notification_rule_expression_policies.mdx
Outdated
Show resolved
Hide resolved
website/docs/sys-mgmt/events/notification_rule_expression_policies.mdx
Outdated
Show resolved
Hide resolved
website/docs/sys-mgmt/events/notification_rule_expression_policies.mdx
Outdated
Show resolved
Hide resolved
website/docs/sys-mgmt/events/notification_rule_expression_policies.mdx
Outdated
Show resolved
Hide resolved
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.
A couple of nits, but then we have the larger question of how to format the actual field labels on the User Login stage page. Typically we use a bulleted list to discuss specific fields or settings... here we have H3. I found some places where we use H4s for field names. I am ok with merging this as is for now, but let's work on a larger project to determine what we want across all Docs, then implement it.
…dex.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Dewi Roberts <[email protected]>
…dex.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Dewi Roberts <[email protected]>
…cies.mdx Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Dewi Roberts <[email protected]>
…cies.mdx Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Dewi Roberts <[email protected]>
…cies.mdx Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Dewi Roberts <[email protected]>
…cies.mdx Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Dewi Roberts <[email protected]>
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/flows-stages/stages/user_login/index.md
Outdated
Show resolved
Hide resolved
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.
Thanks so much @dewi-tik especially for the bog convo about formatting field names in ref docs. ;-)
…o-about-known-device-login
Details
Adds information about known device logins
Checklist
If applicable
make docs
)