feat(console): OAuth provider template (#5377)

implements oauth template for console
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-03-10 16:28:18 +01:00
committed by GitHub
parent 1ec6c451ca
commit 0c704966a2
20 changed files with 764 additions and 1 deletions

View File

@@ -1622,6 +1622,10 @@
"TITLE": "OIDC Provider",
"DESCRIPTION": "Wprowadź wymagane dane dla swojego dostawcy OIDC."
},
"OAUTH": {
"TITLE": "OAuth Provider",
"DESCRIPTION": "Wprowadź wymagane dane dla swojego dostawcy OAuth."
},
"JWT": {
"TITLE": "JWT Provider",
"DESCRIPTION": "Wprowadź wymagane dane dla swojego dostawcy JWT."
@@ -1669,6 +1673,10 @@
"OWNER": "Właściciel",
"ID": "ID",
"NAME": "Nazwa",
"AUTHORIZATIONENDPOINT": "Authorization Endpoint",
"TOKENENDPOINT": "Token Endpoint",
"USERENDPOINT": "User Endpoint",
"IDATTRIBUTE": "Atrybut identyfikatora",
"AVAILABILITY": "Dostępność",
"AVAILABLE": "dostępny",
"AVAILABLEBUTINACTIVE": "dostępny ale nieaktywny",