@medplum/definitions 2.1.9 → 2.1.11
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.
|
@@ -3671,6 +3671,25 @@
|
|
|
3671
3671
|
"max" : "1"
|
|
3672
3672
|
}
|
|
3673
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
"id" : "IdentityProvider.tokenAuthMethod",
|
|
3676
|
+
"path" : "IdentityProvider.tokenAuthMethod",
|
|
3677
|
+
"definition" : "Client Authentication method used by Clients to authenticate to the Authorization Server when using the Token Endpoint. If no method is registered, the default method is client_secret_basic.",
|
|
3678
|
+
"min" : 0,
|
|
3679
|
+
"max" : "1",
|
|
3680
|
+
"base" : {
|
|
3681
|
+
"path" : "IdentityProvider.tokenAuthMethod",
|
|
3682
|
+
"min" : 0,
|
|
3683
|
+
"max" : "1"
|
|
3684
|
+
},
|
|
3685
|
+
"type" : [{
|
|
3686
|
+
"code" : "code"
|
|
3687
|
+
}],
|
|
3688
|
+
"binding" : {
|
|
3689
|
+
"strength" : "required",
|
|
3690
|
+
"valueSet" : "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported|4.0.1"
|
|
3691
|
+
}
|
|
3692
|
+
},
|
|
3674
3693
|
{
|
|
3675
3694
|
"id" : "IdentityProvider.userInfoUrl",
|
|
3676
3695
|
"path" : "IdentityProvider.userInfoUrl",
|
|
@@ -3716,6 +3735,22 @@
|
|
|
3716
3735
|
"max" : "1"
|
|
3717
3736
|
}
|
|
3718
3737
|
},
|
|
3738
|
+
{
|
|
3739
|
+
"id" : "IdentityProvider.usePkce",
|
|
3740
|
+
"path" : "IdentityProvider.usePkce",
|
|
3741
|
+
"short" : "Optional flag to use PKCE in the token request.",
|
|
3742
|
+
"definition" : "Optional flag to use PKCE in the token request.",
|
|
3743
|
+
"min" : 0,
|
|
3744
|
+
"max" : "1",
|
|
3745
|
+
"type" : [{
|
|
3746
|
+
"code" : "boolean"
|
|
3747
|
+
}],
|
|
3748
|
+
"base" : {
|
|
3749
|
+
"path" : "IdentityProvider.usePkce",
|
|
3750
|
+
"min" : 0,
|
|
3751
|
+
"max" : "1"
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3719
3754
|
{
|
|
3720
3755
|
"id" : "IdentityProvider.useSubject",
|
|
3721
3756
|
"path" : "IdentityProvider.useSubject",
|
|
@@ -607,6 +607,51 @@
|
|
|
607
607
|
]
|
|
608
608
|
}
|
|
609
609
|
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported",
|
|
613
|
+
"resource": {
|
|
614
|
+
"resourceType": "CodeSystem",
|
|
615
|
+
"id": "token-endpoint-auth-methods-supported",
|
|
616
|
+
"url": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported",
|
|
617
|
+
"name": "OAuth2TokenEndpointAuthMethodsSupported",
|
|
618
|
+
"title": "OAuth 2.0 Token Endpoint Authentication Methods",
|
|
619
|
+
"status": "active",
|
|
620
|
+
"description": "Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint. During Client Registration, the RP (Client) MAY register a Client Authentication method. If no method is registered, the default method is client_secret_basic.",
|
|
621
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported",
|
|
622
|
+
"content": "complete",
|
|
623
|
+
"concept": [
|
|
624
|
+
{
|
|
625
|
+
"code": "client_secret_basic",
|
|
626
|
+
"display": "client_secret_basic",
|
|
627
|
+
"definition": "Clients that have received a client_secret value from the Authorization Server authenticate with the Authorization Server in accordance with Section 2.3.1 of OAuth 2.0 RFC6749 using the HTTP Basic authentication scheme."
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"code": "client_secret_post",
|
|
631
|
+
"display": "client_secret_post",
|
|
632
|
+
"definition": "Clients that have received a client_secret value from the Authorization Server, authenticate with the Authorization Server in accordance with Section 2.3.1 of OAuth 2.0 [RFC6749] by including the Client Credentials in the request body."
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported",
|
|
639
|
+
"resource": {
|
|
640
|
+
"resourceType": "ValueSet",
|
|
641
|
+
"id": "token-endpoint-auth-methods-supported",
|
|
642
|
+
"url": "https://medplum.com/fhir/ValueSet/token-endpoint-auth-methods-supported",
|
|
643
|
+
"name": "OAuth2TokenEndpointAuthMethodsSupported",
|
|
644
|
+
"title": "OAuth 2.0 Token Endpoint Authentication Methods",
|
|
645
|
+
"status": "active",
|
|
646
|
+
"description": "Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint. During Client Registration, the RP (Client) MAY register a Client Authentication method. If no method is registered, the default method is client_secret_basic.",
|
|
647
|
+
"compose": {
|
|
648
|
+
"include": [
|
|
649
|
+
{
|
|
650
|
+
"system": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported"
|
|
651
|
+
}
|
|
652
|
+
]
|
|
653
|
+
}
|
|
654
|
+
}
|
|
610
655
|
}
|
|
611
656
|
]
|
|
612
657
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,CAE9C"}
|
package/package.json
CHANGED
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
|
-
"author": "Medplum <hello@medplum.com>",
|
|
6
|
-
"license": "Apache-2.0",
|
|
7
|
-
"homepage": "https://www.medplum.com/",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/medplum/medplum.git",
|
|
11
|
-
"directory": "packages/definitions"
|
|
12
|
-
},
|
|
13
|
-
"engines": {
|
|
14
|
-
"node": ">=18.0.0"
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"clean": "rimraf dist/index.js dist/index.d.ts",
|
|
18
|
-
"build": "npm run clean && tsc --project tsconfig.build.json",
|
|
19
|
-
"test": "jest"
|
|
20
|
-
},
|
|
21
|
-
"main": "dist/index.js",
|
|
22
|
-
"types": "dist/index.d.ts",
|
|
23
|
-
"sideEffects": false,
|
|
24
5
|
"keywords": [
|
|
25
6
|
"medplum",
|
|
26
7
|
"fhir",
|
|
@@ -35,5 +16,24 @@
|
|
|
35
16
|
"stu3",
|
|
36
17
|
"r4",
|
|
37
18
|
"normative"
|
|
38
|
-
]
|
|
19
|
+
],
|
|
20
|
+
"homepage": "https://www.medplum.com/",
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/medplum/medplum.git",
|
|
24
|
+
"directory": "packages/definitions"
|
|
25
|
+
},
|
|
26
|
+
"license": "Apache-2.0",
|
|
27
|
+
"author": "Medplum <hello@medplum.com>",
|
|
28
|
+
"sideEffects": false,
|
|
29
|
+
"main": "dist/index.js",
|
|
30
|
+
"types": "dist/index.d.ts",
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "npm run clean && tsc --project tsconfig.build.json",
|
|
33
|
+
"clean": "rimraf dist/index.js dist/index.d.ts",
|
|
34
|
+
"test": "jest"
|
|
35
|
+
},
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">=18.0.0"
|
|
38
|
+
}
|
|
39
39
|
}
|