List of resources for OIDC providers

This commit is contained in:
phil 2025-01-19 14:26:54 +01:00
parent f14d8d3114
commit 54345dcafd
6 changed files with 74 additions and 32 deletions
src/oidc_test

View file

@ -16,6 +16,7 @@ from pydantic_settings import (
class Resource(BaseModel):
"""A resource with an URL that can be accessed with an OAuth2 access token"""
id: str
name: str
url: str