@medplum/definitions 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -61303,6 +61303,14 @@
|
|
|
61303
61303
|
"launchUri": {
|
|
61304
61304
|
"description": "Optional launch URI for SMART EHR launch sequence.",
|
|
61305
61305
|
"$ref": "#/definitions/string"
|
|
61306
|
+
},
|
|
61307
|
+
"pkceOptional": {
|
|
61308
|
+
"description": "Flag to make PKCE optional for this client application. PKCE is required by default for compliance with Smart App Launch. It can be disabled for compatibility with legacy client applications.",
|
|
61309
|
+
"$ref": "#/definitions/boolean"
|
|
61310
|
+
},
|
|
61311
|
+
"identityProvider": {
|
|
61312
|
+
"description": "Optional external Identity Provider (IdP) for the client application.",
|
|
61313
|
+
"$ref": "#/definitions/IdentityProvider"
|
|
61306
61314
|
}
|
|
61307
61315
|
},
|
|
61308
61316
|
"required": [
|
|
@@ -61911,6 +61919,35 @@
|
|
|
61911
61919
|
"type": "string"
|
|
61912
61920
|
}
|
|
61913
61921
|
}
|
|
61922
|
+
},
|
|
61923
|
+
"IdentityProvider": {
|
|
61924
|
+
"description": "External Identity Provider (IdP) configuration details.",
|
|
61925
|
+
"properties": {
|
|
61926
|
+
"authorizeUrl": {
|
|
61927
|
+
"description": "Remote URL for the external Identity Provider authorize endpoint.",
|
|
61928
|
+
"$ref": "#/definitions/string"
|
|
61929
|
+
},
|
|
61930
|
+
"tokenUrl": {
|
|
61931
|
+
"description": "Remote URL for the external Identity Provider token endpoint.",
|
|
61932
|
+
"$ref": "#/definitions/string"
|
|
61933
|
+
},
|
|
61934
|
+
"userInfoUrl": {
|
|
61935
|
+
"description": "Remote URL for the external Identity Provider userinfo endpoint.",
|
|
61936
|
+
"$ref": "#/definitions/string"
|
|
61937
|
+
},
|
|
61938
|
+
"clientId": {
|
|
61939
|
+
"description": "External Identity Provider client ID.",
|
|
61940
|
+
"$ref": "#/definitions/string"
|
|
61941
|
+
},
|
|
61942
|
+
"clientSecret": {
|
|
61943
|
+
"description": "External Identity Provider client secret.",
|
|
61944
|
+
"$ref": "#/definitions/string"
|
|
61945
|
+
},
|
|
61946
|
+
"useSubject": {
|
|
61947
|
+
"description": "Optional flag to use the subject field instead of the email field.",
|
|
61948
|
+
"$ref": "#/definitions/boolean"
|
|
61949
|
+
}
|
|
61950
|
+
}
|
|
61914
61951
|
}
|
|
61915
61952
|
}
|
|
61916
61953
|
}
|
|
@@ -557,11 +557,21 @@
|
|
|
557
557
|
"code" : "string"
|
|
558
558
|
}]
|
|
559
559
|
},
|
|
560
|
+
{
|
|
561
|
+
"id" : "User.externalId",
|
|
562
|
+
"path" : "User.externalId",
|
|
563
|
+
"definition" : "A String that is an identifier for the resource as defined by the provisioning client. The \"externalId\" may simplify identification of a resource between the provisioning client and the service provider by allowing the client to use a filter to locate the resource with an identifier from the provisioning domain, obviating the need to store a local mapping between the provisioning domain's identifier of the resource and the identifier used by the service provider. Each resource MAY include a non-empty \"externalId\" value. The value of the \"externalId\" attribute is always issued by the provisioning client and MUST NOT be specified by the service provider. The service provider MUST always interpret the externalId as scoped to the provisioning domain.",
|
|
564
|
+
"min" : 0,
|
|
565
|
+
"max" : "1",
|
|
566
|
+
"type" : [{
|
|
567
|
+
"code" : "string"
|
|
568
|
+
}]
|
|
569
|
+
},
|
|
560
570
|
{
|
|
561
571
|
"id" : "User.email",
|
|
562
572
|
"path" : "User.email",
|
|
563
573
|
"definition" : "The email address that uniquely identifies the user.",
|
|
564
|
-
"min" :
|
|
574
|
+
"min" : 0,
|
|
565
575
|
"max" : "1",
|
|
566
576
|
"type" : [{
|
|
567
577
|
"code" : "string"
|
|
@@ -65673,6 +65673,25 @@
|
|
|
65673
65673
|
"xpathUsage" : "normal"
|
|
65674
65674
|
}
|
|
65675
65675
|
},
|
|
65676
|
+
{
|
|
65677
|
+
"fullUrl" : "https://medplum.com/fhir/SearchParameter/User-external-id",
|
|
65678
|
+
"resource" : {
|
|
65679
|
+
"resourceType" : "SearchParameter",
|
|
65680
|
+
"id" : "User-external-id",
|
|
65681
|
+
"url" : "https://medplum.com/fhir/SearchParameter/User-external-id",
|
|
65682
|
+
"version" : "4.0.1",
|
|
65683
|
+
"name" : "external-id",
|
|
65684
|
+
"status" : "draft",
|
|
65685
|
+
"publisher" : "Medplum",
|
|
65686
|
+
"description" : "The externalID of the user",
|
|
65687
|
+
"code" : "external-id",
|
|
65688
|
+
"base" : ["User"],
|
|
65689
|
+
"type" : "string",
|
|
65690
|
+
"expression" : "User.externalId",
|
|
65691
|
+
"xpath" : "f:User/f:externalId",
|
|
65692
|
+
"xpathUsage" : "normal"
|
|
65693
|
+
}
|
|
65694
|
+
},
|
|
65676
65695
|
{
|
|
65677
65696
|
"fullUrl" : "https://medplum.com/fhir/SearchParameter/User-project",
|
|
65678
65697
|
"resource" : {
|