From 3fc52e25db7204f26f665b4a5f8a2a363851e480 Mon Sep 17 00:00:00 2001 From: Marc Kreidler Date: Thu, 11 Sep 2025 16:23:35 +0200 Subject: [PATCH] According to Buerklin API spec it's really 'token' as urlAuthorize endpoint --- config/packages/knpu_oauth2_client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/knpu_oauth2_client.yaml b/config/packages/knpu_oauth2_client.yaml index c9bf3ee3..bdbb7bb0 100644 --- a/config/packages/knpu_oauth2_client.yaml +++ b/config/packages/knpu_oauth2_client.yaml @@ -48,6 +48,6 @@ knpu_oauth2_client: redirect_params: { name: 'ip_buerklin_oauth' } provider_options: - urlAuthorize: 'https://www.buerklin.com/authorizationserver/oauth/authorize' + urlAuthorize: 'https://www.buerklin.com/authorizationserver/oauth/token' urlAccessToken: 'https://www.buerklin.com/authorizationserver/oauth/token' urlResourceOwnerDetails: ''