OIDC Authentication/Authorization on Management API (#2386)

* Added Oidc ressource server capabilities to mgmt api to allow users to login via identity provider.

Signed-off-by: ChristianB <christian.breitwieser@blue-zone.at>

* Adress review findings:
 - Code Style fixes
 - Readability improvements

Signed-off-by: ChristianB <christian.breitwieser@blue-zone.at>

---------

Signed-off-by: ChristianB <christian.breitwieser@blue-zone.at>
This commit is contained in:
Christian Breitwieser
2025-05-08 10:19:19 +02:00
committed by GitHub
parent 7456e52095
commit acaec605bd
5 changed files with 164 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
Copyright (c) 2025 blue-zone GmbH and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0