* Add initial test & add pipeline * Add very basic YAML config tests * Add coverage reporting * Add some webserver & template loading tests * Add test cases for the helpers * Implement initial OIDC server tests * Test codestore & discovery checker * Test basics of the config flow * Add test for the HA auth provider * Cleaned up tests & test injection
9 lines
328 B
JSON
9 lines
328 B
JSON
{
|
|
"discovery": {
|
|
"issuer": "https://mock-oidc-server.local",
|
|
"authorization_endpoint": "https://mock-oidc-server.local/authorize",
|
|
"token_endpoint": "https://mock-oidc-server.local/token",
|
|
"jwks_uri": "https://mock-oidc-server.local/jwks",
|
|
"response_modes_supported": ["post"]
|
|
}
|
|
} |