feat(console): refresh toggle out of granttype context (#1785)

* refresh toggle

* disable if not code flow, lint

* lint

* fix: change oidc config order

* accept refresh option within flow

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2021-05-31 09:04:49 +02:00
committed by GitHub
parent 769fb93506
commit 1f41cc5ca8
6 changed files with 301 additions and 221 deletions

View File

@@ -1106,6 +1106,7 @@
"1": "ID-Token",
"2": "Token-ID-Token"
},
"REFRESHTOKEN":"Refresh Token",
"GRANTTYPE": "Berechtigungstypen",
"GRANT": {
"0": "Authorisation Code",

View File

@@ -1107,6 +1107,7 @@
"1": "ID Token",
"2": "Token-ID Token"
},
"REFRESHTOKEN":"Refresh Token",
"GRANTTYPE": "Grant Types",
"GRANT": {
"0": "Authorization Code",