feat(console): add some well known links in app detail, add refresh token grant type in dev mode creation (#4826)

* fix(console): add some well known links

* [servicename]/v1

* add refresh token grant type to devmode creation
This commit is contained in:
Max Peintner
2022-12-12 10:40:22 +01:00
committed by GitHub
parent 47ffa52f0f
commit bd1231c2a2
8 changed files with 47 additions and 6 deletions

View File

@@ -1683,6 +1683,7 @@
"TITLEFIRST": "Name der Applikation.",
"TYPETITLE": "Art der Anwendung",
"OIDC": {
"WELLKNOWN": "Weitere Links können vom <a href='{{url}}' title='Discovery endpoint' target='_blank'>Discovery endpoint</a> abgerufen werden.",
"INFO": {
"ISSUER": "Issuer",
"CLIENTID": "Client Id"

View File

@@ -1683,6 +1683,7 @@
"TITLEFIRST": "Name of the application",
"TYPETITLE": "Type of application",
"OIDC": {
"WELLKNOWN": "Further links can be retrieved from the <a href='{{url}}' title='Discovery endpoint' target='_blank'>discovery endpoint</a>.",
"INFO": {
"ISSUER": "Issuer",
"CLIENTID": "Client Id"

View File

@@ -1679,6 +1679,7 @@
"ORIGINS": "Origines",
"NOTANORIGIN": "La valeur saisie n'est pas une origine",
"OIDC": {
"WELLKNOWN": "Pour plus d'informations, consultez le <a href='{{url}}' title='Discovery endpoint' target='_blank'>discovery endpoint</a>.",
"INFO": {
"ISSUER": "Émetteur",
"CLIENTID": "Id client"

View File

@@ -1683,6 +1683,7 @@
"TITLEFIRST": "Nome dell' applicazione",
"TYPETITLE": "Che tipo di applicazione vuoi creare?",
"OIDC": {
"WELLKNOWN": "Per ulteriori informazioni, consultare il sito <a href='{{url}}' title='Discovery endpoint' target='_blank'>discovery endpoint</a>.",
"INFO": {
"ISSUER": "Issuer",
"CLIENTID": "Client ID"

View File

@@ -1678,6 +1678,7 @@
"ORIGINS": "其他来源",
"NOTANORIGIN": "输入的值不是有效来源",
"OIDC": {
"WELLKNOWN": "欲了解更多信息,请看<a href='{url}}' title='发现端点' target='_blank'>发现端点</a>。",
"INFO": {
"ISSUER": "Issuer",
"CLIENTID": "Client Id"