Skip to content

Commit

Permalink
Getting Started: Add source code link to faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Oct 22, 2024
1 parent 7a3c1aa commit ce628db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ For security reasons, our [Personal Editions](https://www.photoprism.app/edition

You can choose between `preferred_username`, `name`, `nickname` and verified[^2] `email`, where `preferred_username` is the default. The other claims are used as fallback if no value is returned for the [configured claim](advanced/openid-connect.md#config-options).

Please note that it is currently not possible to use [other standard](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims) or non-standard claims, as these may not be suitable for [generating a username](advanced/openid-connect.md#preferred-username) and no logic is implemented for doing so.
Please note that it is currently not possible to use [other standard](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims) or non-standard claims, as these may not be suitable for [generating a username](advanced/openid-connect.md#preferred-username) and [no logic is implemented](https://github.com/photoprism/photoprism/blob/develop/internal/auth/oidc/username.go) for doing so.

[Learn more ›](advanced/openid-connect.md#frequently-asked-questions)

Expand Down

0 comments on commit ce628db

Please sign in to comment.