providers/oauth2: add user UUID as subject option (#5556)

* providers/oauth2: add user UUID as subject option

* Added translations for new OAuth2 subject option
This commit is contained in:
Michael OBrien
2023-05-10 08:50:13 -07:00
committed by GitHub
parent 1c04dc0986
commit eb071d4d90
15 changed files with 830 additions and 1026 deletions

View File

@ -378,6 +378,10 @@ ${this.instance?.redirectUris}</textarea
label: t`Based on the User's ID`,
value: SubModeEnum.UserId,
},
{
label: t`Based on the User's UUID`,
value: SubModeEnum.UserUuid,
},
{
label: t`Based on the User's username`,
value: SubModeEnum.UserUsername,