Files
hass-oidc-auth/custom_components/auth_oidc/manifest.json
Christiaan Goossens 6e56311176 Fix compatibility with Microsoft Entra ID (#48)
* Fixes necessary for Entra ID

* Better error

* Bump 0.6.1

* Also bump manifest

* Linting
2025-02-16 11:29:24 +01:00

23 lines
538 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",
"bcrypt>=4.2.0"
],
"version": "0.6.1"
}