inventory: add refresh tokens

This commit is contained in:
2025-07-12 18:55:06 +03:00
parent 0359eedcb5
commit f9fe0379da

View File

@@ -133,12 +133,14 @@ spec:
- 'https://inventory.k-space.ee/login-callback'
grantTypes:
- 'authorization_code'
- 'refresh_token'
responseTypes:
- 'code'
availableScopes:
- 'openid'
- 'profile'
- 'groups'
- 'offline_access'
tokenEndpointAuthMethod: 'client_secret_basic'
pkce: false
---