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.
22 lines
517 B
JSON
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"
|
|
} |