Add token refresh

This commit is contained in:
2025-07-12 19:08:51 +03:00
parent 9c5dcbf737
commit bfd0fba2ee
2 changed files with 31 additions and 2 deletions

View File

@@ -111,11 +111,13 @@ spec:
- 'https://inventory-app-72zn4.codemowers.ee/login-callback'
grantTypes:
- 'authorization_code'
- 'refresh_token'
responseTypes:
- 'code'
availableScopes:
- 'openid'
- 'profile'
- 'offline_access'
tokenEndpointAuthMethod: 'client_secret_basic'
pkce: false