From f9fe0379da598724dd665d2ff40f35ea2d6410b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Sat, 12 Jul 2025 18:55:06 +0300 Subject: [PATCH] inventory: add refresh tokens --- hackerspace/inventory.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hackerspace/inventory.yaml b/hackerspace/inventory.yaml index c8ba308..a9825e5 100644 --- a/hackerspace/inventory.yaml +++ b/hackerspace/inventory.yaml @@ -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 ---