{
"description": null,
"_filename": "StructureDefinition-AuthConfig.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "AuthConfig",
"abstract": false,
"type": "AuthConfig",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "98fa3708-6157-49fa-8a3e-5b1bbdefd092",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AuthConfig",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "AuthConfig",
"max": "*",
"min": 0,
"path": "AuthConfig"
}, {
"id": "AuthConfig._source",
"max": "1",
"min": 0,
"path": "AuthConfig._source",
"type": [ {
"code": "string"
} ],
"short": "System Property. DO NOT USE IT."
}, {
"id": "AuthConfig.theme",
"max": "1",
"min": 0,
"path": "AuthConfig.theme",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Theme configuration for auth page."
}, {
"id": "AuthConfig.theme.brand",
"max": "1",
"min": 0,
"path": "AuthConfig.theme.brand",
"type": [ {
"code": "string"
} ],
"short": "Brand for auth page"
}, {
"id": "AuthConfig.theme.title",
"max": "1",
"min": 0,
"path": "AuthConfig.theme.title",
"type": [ {
"code": "string"
} ],
"short": "Title for auth page"
}, {
"id": "AuthConfig.theme.styleUrl",
"max": "1",
"min": 0,
"path": "AuthConfig.theme.styleUrl",
"type": [ {
"code": "uri"
} ],
"short": "URL to external stylesheet"
}, {
"id": "AuthConfig.theme.forgotPasswordUrl",
"max": "1",
"min": 0,
"path": "AuthConfig.theme.forgotPasswordUrl",
"type": [ {
"code": "uri"
} ],
"short": "URL to forgot password page"
}, {
"id": "AuthConfig.twoFactor",
"max": "1",
"min": 0,
"path": "AuthConfig.twoFactor",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Two-factor authentication configuration."
}, {
"id": "AuthConfig.twoFactor.webhook",
"max": "1",
"min": 0,
"path": "AuthConfig.twoFactor.webhook",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Webhook configuration for 2FA."
}, {
"id": "AuthConfig.twoFactor.webhook.headers",
"max": "1",
"min": 0,
"path": "AuthConfig.twoFactor.webhook.headers",
"short": "Map of HTTP header key-value pairs.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "string"
} ]
}, {
"id": "AuthConfig.twoFactor.webhook.timeout",
"max": "1",
"min": 0,
"path": "AuthConfig.twoFactor.webhook.timeout",
"type": [ {
"code": "integer"
} ],
"short": "Timeout in milliseconds."
}, {
"id": "AuthConfig.twoFactor.webhook.endpoint",
"max": "1",
"min": 1,
"path": "AuthConfig.twoFactor.webhook.endpoint",
"type": [ {
"code": "string"
} ],
"short": "URL to webhook that supports POST method"
}, {
"id": "AuthConfig.twoFactor.issuerName",
"max": "1",
"min": 0,
"path": "AuthConfig.twoFactor.issuerName",
"type": [ {
"code": "string"
} ],
"short": "Issuer name for OTP authenticator app."
}, {
"id": "AuthConfig.twoFactor.validPastTokensCount",
"max": "1",
"min": 0,
"path": "AuthConfig.twoFactor.validPastTokensCount",
"type": [ {
"code": "integer"
} ],
"short": "Number of past tokens considered valid (useful with webhook since OTP lives ~30s)"
}, {
"id": "AuthConfig.asidCookieMaxAge",
"max": "1",
"min": 0,
"path": "AuthConfig.asidCookieMaxAge",
"type": [ {
"code": "integer"
} ],
"short": "Maximum age of the ASID cookie in seconds. Default is 432000 (5 days)."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}