Skip to content

Commit

Permalink
Getting Started: Update OpenID Connect Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Oct 22, 2024
1 parent d29ecc7 commit 7a3c1aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/api/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
2 changes: 1 addition & 1 deletion docs/getting-started/advanced/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
2 changes: 1 addition & 1 deletion docs/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a3c1aa

Please sign in to comment.