From 7a3c1aafa06e96bd08ea433fc864343624cf5486 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 22 Oct 2024 10:03:44 +0200 Subject: [PATCH] Getting Started: Update OpenID Connect Documentation see https://github.com/photoprism/photoprism/discussions/4450#discussioncomment-11008741 --- docs/developer-guide/api/oidc.md | 2 +- docs/getting-started/advanced/openid-connect.md | 2 +- docs/getting-started/faq.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer-guide/api/oidc.md b/docs/developer-guide/api/oidc.md index 5e368ef00..201d52158 100644 --- a/docs/developer-guide/api/oidc.md +++ b/docs/developer-guide/api/oidc.md @@ -192,5 +192,5 @@ If only an unverified `email` address[^2] or none of [these claims](#can-i-confi [Learn more ›](#preferred-username) [^1]: `PHOTOPRISM_OIDC_REGISTER` must be set to `"true"` to allow new users to create an account via OpenID Connect. -[^2]: The `email_verified` flag must be set by the [OIDC Identity Provider](#identity-providers) so that the email address can be used to send notifications and/or confirm the identity of users. If we do not insist on verification, this could otherwise have a negative impact on trust and security. +[^2]: The `email_verified` flag must be set by the [OIDC Identity Provider](#identity-providers) so that the `email` address can be used to send notifications and/or confirm the identity of users. If we do not insist on verification, this could otherwise have a negative impact on trust and security. [^3]: Admins are unable to change the authentication method of their own user account through the [Admin Web UI](../../user-guide/users/index.md#editing-user-details), so they cannot accidentally lock themselves out e.g. by setting it to *None*. \ No newline at end of file diff --git a/docs/getting-started/advanced/openid-connect.md b/docs/getting-started/advanced/openid-connect.md index 0a8aaf474..c5fa4771b 100644 --- a/docs/getting-started/advanced/openid-connect.md +++ b/docs/getting-started/advanced/openid-connect.md @@ -128,5 +128,5 @@ If only an unverified `email` address[^2] or none of [these claims](#can-i-confi [Learn more ›](#preferred-username) [^1]: `PHOTOPRISM_OIDC_REGISTER` must be set to `"true"` to allow new users to create an account via OpenID Connect. -[^2]: The `email_verified` flag must be set by the [OIDC Identity Provider](#identity-providers) so that the email address can be used to send notifications and/or confirm the identity of users. If we do not insist on verification, this could otherwise have a negative impact on trust and security. +[^2]: The `email_verified` flag must be set by the [OIDC Identity Provider](#identity-providers) so that the `email` address can be used to send notifications and/or confirm the identity of users. If we do not insist on verification, this could otherwise have a negative impact on trust and security. [^3]: Admins are unable to change the authentication method of their own user account through the [Admin Web UI](../../user-guide/users/index.md#editing-user-details), so they cannot accidentally lock themselves out e.g. by setting it to *None*. \ No newline at end of file diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index d3ab31053..6894b902c 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -528,7 +528,7 @@ Please read this documentation and [determine the cause of your problem](https:/ The [feature set](https://www.photoprism.app/editions#compare) and [support options](https://www.photoprism.app/kb/getting-support) of our *Community Edition* are intended for personal use. Enterprise users are welcome to [contact us](https://www.photoprism.app/contact) for a [commercial license](https://www.photoprism.app/teams#compare) and [professional services](https://www.photoprism.app/pro/support). [^1]: `PHOTOPRISM_OIDC_REGISTER` must be set to `"true"` to allow new users to create an account via OpenID Connect. -[^2]: The `email_verified` flag must be set by the [OIDC Identity Provider](advanced/openid-connect.md#identity-providers) so that the email address can be used to send notifications and/or confirm the identity of users. If we do not insist on verification, this could otherwise have a negative impact on trust and security. +[^2]: The `email_verified` flag must be set by the [OIDC Identity Provider](advanced/openid-connect.md#identity-providers) so that the `email` address can be used to send notifications and/or confirm the identity of users. If we do not insist on verification, this could otherwise have a negative impact on trust and security. *[OSM]: OpenStreetMap *[OSS]: Open-Source Software \ No newline at end of file