forked from k-space/kube
		
	inventory: add refresh tokens
This commit is contained in:
		| @@ -133,12 +133,14 @@ spec: | |||||||
|     - 'https://inventory.k-space.ee/login-callback' |     - 'https://inventory.k-space.ee/login-callback' | ||||||
|   grantTypes: |   grantTypes: | ||||||
|     - 'authorization_code' |     - 'authorization_code' | ||||||
|  |     - 'refresh_token' | ||||||
|   responseTypes: |   responseTypes: | ||||||
|     - 'code' |     - 'code' | ||||||
|   availableScopes: |   availableScopes: | ||||||
|     - 'openid' |     - 'openid' | ||||||
|     - 'profile' |     - 'profile' | ||||||
|     - 'groups' |     - 'groups' | ||||||
|  |     - 'offline_access' | ||||||
|   tokenEndpointAuthMethod: 'client_secret_basic' |   tokenEndpointAuthMethod: 'client_secret_basic' | ||||||
|   pkce: false |   pkce: false | ||||||
| --- | --- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user