Authentication
./configs/config.yaml
server:
scheme: http # (http or https) -> since you are submitting credentials it is strongly recommended to use https
domain: localhost # host domain
port: 8080 # set the port you want
version: v1 # version of the API (as long as you don't change anything in the code, it's 'v1' here)
Notify is tested with Zitadel (open source) but have adhered to the OIDC standards. You can try to connect your own OIDC provider.
Provider | Fully tested | not tested |
---|---|---|
Zitadel | ✅ | ❌ |
Keycloak | ❌ | ✅ |
Hydra | ❌ | ✅ |
… | ❌ | ✅ |