mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27: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:
@@ -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