Files
hass-oidc-auth/custom_components/auth_oidc/manifest.json
Christiaan Goossens db4c6bcade Improved config options for OIDC (#9)
Added many new configuration options, including claim configuration and client_secret/confidential client support. Also enables user linking & creates person entries upon first sign in.
2024-12-28 21:37:00 +01:00

22 lines
517 B
JSON

{
"domain": "auth_oidc",
"name": "OIDC Authentication",
"codeowners": [
"@christiaangoossens"
],
"config_flow": false,
"dependencies": [
"auth",
"http"
],
"documentation": "https://github.com/christiaangoossens/hass-oidc-auth",
"integration_type": "service",
"iot_class": "calculated",
"issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues",
"requirements": [
"python-jose>=3.3.0",
"aiofiles>=24.1.0",
"jinja2>=3.1.4"
],
"version": "0.4.0"
}