mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 18:07:57 +00:00
fix: add loopback for native apps redirect_uri (#1690)
* fix: allow loopback redirect_uri for native apps * add loopback to native redirect_uri * fix loopback * update oidc pkg * merge * fix: oidc compliance in read model
This commit is contained in:
@@ -1072,7 +1072,7 @@
|
||||
"REDIRECTTITLE": "Specify the URIs where the login will redirect to.",
|
||||
"POSTREDIRECTTITLE": "This is the redirect URI after logout.",
|
||||
"REDIRECTDESCRIPTIONWEB": "Redirect URIs must begin with https://. http:// is only valid with enabled development mode.",
|
||||
"REDIRECTDESCRIPTIONNATIVE": "Redirect URIs must begin with your own protocol or http://localhost.",
|
||||
"REDIRECTDESCRIPTIONNATIVE": "Redirect URIs must begin with your own protocol, http://127.0.0.1, http://[::1] or http://localhost.",
|
||||
"REDIRECTNOTVALID": "This redirect URI is not valid.",
|
||||
"COMMAORENTERSEPERATION": "seperate with ↵",
|
||||
"TYPEREQUIRED": "The type is required.",
|
||||
|
Reference in New Issue
Block a user