mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:47:33 +00:00
fix: refresh token activation (#1795)
* fix: oidc grant type check * docs: add offline_access scope * docs: update refresh token status in supported grant types * fix: update oidc pkg
This commit is contained in:
@@ -695,11 +695,15 @@ Application:
|
||||
RedirectUris:
|
||||
CustomNotAllowed: Grant Type Implicit erlaubt keine custom Redirect Uris.
|
||||
HttpNotAllowed: Grant Type Implicit erlaubt keine http Redirect Uris.
|
||||
NativeShouldBeHttpLocalhost: Grant Type Implicit erlaubt beim Apptype Native http nur mit localhost (http://localhost)
|
||||
HttpLocalhostOnlyForNative: Http://localhost Redirect Uri ist nur für Native Applikationen erlaubt.
|
||||
Native:
|
||||
AuthMethodType:
|
||||
NotNone: Bei Native Applikationen sollte der AuthMethodType none sein.
|
||||
RedirectUris:
|
||||
MustBeHttpLocalhost: Die Weiterleitung muss mit einem eigenen Protokoll, http://127.0.0.1, http://[::1] oder http://localhost beginnen.
|
||||
UserAgent:
|
||||
AuthMethodType:
|
||||
NotNone: Bei einem User Agent sollte der AuthMethodType none sein.
|
||||
GrantType:
|
||||
Refresh:
|
||||
NoAuthCode: Refresh Token nur in Kombination mit Authorization Code erlaubt.
|
||||
|
@@ -696,11 +696,15 @@ Application:
|
||||
RedirectUris:
|
||||
CustomNotAllowed: Grant type implicit doesn't allow custom redirect uris
|
||||
HttpNotAllowed: Grant tpye implicit doesn't allow http redirect uris
|
||||
NativeShouldBeHttpLocalhost: Grant tpye implicit only allowed http://localhost for native apptype
|
||||
HttpLocalhostOnlyForNative: Http://localhost redirect uri is only allowed for native applications.
|
||||
Native:
|
||||
AuthMethodType:
|
||||
NotNone: Native applications should have authmethodtype none.
|
||||
RedirectUris:
|
||||
MustBeHttpLocalhost: Redirect URIs must begin with your own protocol, http://127.0.0.1, http://[::1] or http://localhost.
|
||||
UserAgent:
|
||||
AuthMethodType:
|
||||
NotNone: User agent app should have authmethodtype none.
|
||||
GrantType:
|
||||
Refresh:
|
||||
NoAuthCode: Refresh Token only allowed in combination with Authorization Code.
|
||||
|
Reference in New Issue
Block a user