authhero 0.255.0 → 0.255.1
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.
- package/dist/authhero.cjs +3 -3
- package/dist/authhero.mjs +123 -123
- package/dist/stats.html +1 -1
- package/package.json +2 -2
package/dist/authhero.mjs
CHANGED
|
@@ -5389,21 +5389,25 @@ o.array(
|
|
|
5389
5389
|
})
|
|
5390
5390
|
);
|
|
5391
5391
|
const e2 = o.object({
|
|
5392
|
-
"
|
|
5393
|
-
"@_Name": o.string(),
|
|
5394
|
-
"@_NameFormat": o.string(),
|
|
5395
|
-
"@_FriendlyName": o.string().optional()
|
|
5396
|
-
}),
|
|
5397
|
-
"saml:AttributeValue": o.array(
|
|
5392
|
+
"saml:Attribute": o.array(
|
|
5398
5393
|
o.object({
|
|
5399
|
-
"
|
|
5394
|
+
"saml:AttributeValue": o.array(
|
|
5395
|
+
o.object({
|
|
5396
|
+
"#text": o.string()
|
|
5397
|
+
})
|
|
5398
|
+
),
|
|
5400
5399
|
":@": o.object({
|
|
5401
5400
|
"@_xmlns:xs": o.string().optional(),
|
|
5402
5401
|
"@_xmlns:xsi": o.string(),
|
|
5403
5402
|
"@_xsi:type": o.string()
|
|
5404
5403
|
}).optional()
|
|
5405
5404
|
})
|
|
5406
|
-
)
|
|
5405
|
+
),
|
|
5406
|
+
":@": o.object({
|
|
5407
|
+
"@_Name": o.string(),
|
|
5408
|
+
"@_NameFormat": o.string(),
|
|
5409
|
+
"@_FriendlyName": o.string().optional()
|
|
5410
|
+
})
|
|
5407
5411
|
}), t2 = o.object({
|
|
5408
5412
|
"ds:Transform": o.array(o.any()),
|
|
5409
5413
|
":@": o.object({
|
|
@@ -5602,11 +5606,7 @@ o.array(
|
|
|
5602
5606
|
})
|
|
5603
5607
|
}),
|
|
5604
5608
|
o.object({
|
|
5605
|
-
"saml:AttributeStatement": o.array(
|
|
5606
|
-
o.object({
|
|
5607
|
-
"saml:Attribute": o.array(e2)
|
|
5608
|
-
})
|
|
5609
|
-
)
|
|
5609
|
+
"saml:AttributeStatement": o.array(e2)
|
|
5610
5610
|
})
|
|
5611
5611
|
])
|
|
5612
5612
|
),
|
|
@@ -6865,163 +6865,163 @@ async function bv(t, e) {
|
|
|
6865
6865
|
{
|
|
6866
6866
|
"saml:Attribute": [
|
|
6867
6867
|
{
|
|
6868
|
-
":@": {
|
|
6869
|
-
"@_FriendlyName": "persistent",
|
|
6870
|
-
"@_Name": "id",
|
|
6871
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
|
|
6872
|
-
},
|
|
6873
6868
|
"saml:AttributeValue": [
|
|
6874
6869
|
{
|
|
6875
|
-
"#text": t.userId
|
|
6876
|
-
":@": {
|
|
6877
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6878
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6879
|
-
"@_xsi:type": "xs:string"
|
|
6880
|
-
}
|
|
6870
|
+
"#text": t.userId
|
|
6881
6871
|
}
|
|
6882
|
-
]
|
|
6872
|
+
],
|
|
6873
|
+
":@": {
|
|
6874
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6875
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6876
|
+
"@_xsi:type": "xs:string"
|
|
6877
|
+
}
|
|
6883
6878
|
}
|
|
6884
|
-
]
|
|
6879
|
+
],
|
|
6880
|
+
":@": {
|
|
6881
|
+
"@_FriendlyName": "persistent",
|
|
6882
|
+
"@_Name": "id",
|
|
6883
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
|
|
6884
|
+
}
|
|
6885
6885
|
},
|
|
6886
6886
|
{
|
|
6887
6887
|
"saml:Attribute": [
|
|
6888
6888
|
{
|
|
6889
|
-
":@": {
|
|
6890
|
-
"@_Name": "email",
|
|
6891
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6892
|
-
},
|
|
6893
6889
|
"saml:AttributeValue": [
|
|
6894
6890
|
{
|
|
6895
|
-
"#text": t.email
|
|
6896
|
-
":@": {
|
|
6897
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6898
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6899
|
-
"@_xsi:type": "xs:string"
|
|
6900
|
-
}
|
|
6891
|
+
"#text": t.email
|
|
6901
6892
|
}
|
|
6902
|
-
]
|
|
6893
|
+
],
|
|
6894
|
+
":@": {
|
|
6895
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6896
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6897
|
+
"@_xsi:type": "xs:string"
|
|
6898
|
+
}
|
|
6903
6899
|
}
|
|
6904
|
-
]
|
|
6900
|
+
],
|
|
6901
|
+
":@": {
|
|
6902
|
+
"@_Name": "email",
|
|
6903
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6904
|
+
}
|
|
6905
6905
|
},
|
|
6906
6906
|
{
|
|
6907
6907
|
"saml:Attribute": [
|
|
6908
6908
|
{
|
|
6909
|
-
":@": {
|
|
6910
|
-
"@_Name": "Role",
|
|
6911
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6912
|
-
},
|
|
6913
6909
|
"saml:AttributeValue": [
|
|
6914
6910
|
{
|
|
6915
|
-
"#text": "manage-account"
|
|
6916
|
-
":@": {
|
|
6917
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6918
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6919
|
-
"@_xsi:type": "xs:string"
|
|
6920
|
-
}
|
|
6911
|
+
"#text": "manage-account"
|
|
6921
6912
|
}
|
|
6922
|
-
]
|
|
6913
|
+
],
|
|
6914
|
+
":@": {
|
|
6915
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6916
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6917
|
+
"@_xsi:type": "xs:string"
|
|
6918
|
+
}
|
|
6923
6919
|
}
|
|
6924
|
-
]
|
|
6920
|
+
],
|
|
6921
|
+
":@": {
|
|
6922
|
+
"@_Name": "Role",
|
|
6923
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6924
|
+
}
|
|
6925
6925
|
},
|
|
6926
6926
|
{
|
|
6927
6927
|
"saml:Attribute": [
|
|
6928
6928
|
{
|
|
6929
|
-
":@": {
|
|
6930
|
-
"@_Name": "Role",
|
|
6931
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6932
|
-
},
|
|
6933
6929
|
"saml:AttributeValue": [
|
|
6934
6930
|
{
|
|
6935
|
-
"#text": "default-roles-master"
|
|
6936
|
-
":@": {
|
|
6937
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6938
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6939
|
-
"@_xsi:type": "xs:string"
|
|
6940
|
-
}
|
|
6931
|
+
"#text": "default-roles-master"
|
|
6941
6932
|
}
|
|
6942
|
-
]
|
|
6933
|
+
],
|
|
6934
|
+
":@": {
|
|
6935
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6936
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6937
|
+
"@_xsi:type": "xs:string"
|
|
6938
|
+
}
|
|
6943
6939
|
}
|
|
6944
|
-
]
|
|
6940
|
+
],
|
|
6941
|
+
":@": {
|
|
6942
|
+
"@_Name": "Role",
|
|
6943
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6944
|
+
}
|
|
6945
6945
|
},
|
|
6946
6946
|
{
|
|
6947
6947
|
"saml:Attribute": [
|
|
6948
6948
|
{
|
|
6949
|
-
":@": {
|
|
6950
|
-
"@_Name": "Role",
|
|
6951
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6952
|
-
},
|
|
6953
6949
|
"saml:AttributeValue": [
|
|
6954
6950
|
{
|
|
6955
|
-
"#text": "offline_access"
|
|
6956
|
-
":@": {
|
|
6957
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6958
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6959
|
-
"@_xsi:type": "xs:string"
|
|
6960
|
-
}
|
|
6951
|
+
"#text": "offline_access"
|
|
6961
6952
|
}
|
|
6962
|
-
]
|
|
6953
|
+
],
|
|
6954
|
+
":@": {
|
|
6955
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6956
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6957
|
+
"@_xsi:type": "xs:string"
|
|
6958
|
+
}
|
|
6963
6959
|
}
|
|
6964
|
-
]
|
|
6960
|
+
],
|
|
6961
|
+
":@": {
|
|
6962
|
+
"@_Name": "Role",
|
|
6963
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6964
|
+
}
|
|
6965
6965
|
},
|
|
6966
6966
|
{
|
|
6967
6967
|
"saml:Attribute": [
|
|
6968
6968
|
{
|
|
6969
|
-
":@": {
|
|
6970
|
-
"@_Name": "Role",
|
|
6971
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6972
|
-
},
|
|
6973
6969
|
"saml:AttributeValue": [
|
|
6974
6970
|
{
|
|
6975
|
-
"#text": "view-profile"
|
|
6976
|
-
":@": {
|
|
6977
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6978
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6979
|
-
"@_xsi:type": "xs:string"
|
|
6980
|
-
}
|
|
6971
|
+
"#text": "view-profile"
|
|
6981
6972
|
}
|
|
6982
|
-
]
|
|
6973
|
+
],
|
|
6974
|
+
":@": {
|
|
6975
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6976
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6977
|
+
"@_xsi:type": "xs:string"
|
|
6978
|
+
}
|
|
6983
6979
|
}
|
|
6984
|
-
]
|
|
6980
|
+
],
|
|
6981
|
+
":@": {
|
|
6982
|
+
"@_Name": "Role",
|
|
6983
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6984
|
+
}
|
|
6985
6985
|
},
|
|
6986
6986
|
{
|
|
6987
6987
|
"saml:Attribute": [
|
|
6988
6988
|
{
|
|
6989
|
-
":@": {
|
|
6990
|
-
"@_Name": "Role",
|
|
6991
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
6992
|
-
},
|
|
6993
6989
|
"saml:AttributeValue": [
|
|
6994
6990
|
{
|
|
6995
|
-
"#text": "uma_authorization"
|
|
6996
|
-
":@": {
|
|
6997
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6998
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6999
|
-
"@_xsi:type": "xs:string"
|
|
7000
|
-
}
|
|
6991
|
+
"#text": "uma_authorization"
|
|
7001
6992
|
}
|
|
7002
|
-
]
|
|
6993
|
+
],
|
|
6994
|
+
":@": {
|
|
6995
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
6996
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
6997
|
+
"@_xsi:type": "xs:string"
|
|
6998
|
+
}
|
|
7003
6999
|
}
|
|
7004
|
-
]
|
|
7000
|
+
],
|
|
7001
|
+
":@": {
|
|
7002
|
+
"@_Name": "Role",
|
|
7003
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
7004
|
+
}
|
|
7005
7005
|
},
|
|
7006
7006
|
{
|
|
7007
7007
|
"saml:Attribute": [
|
|
7008
7008
|
{
|
|
7009
|
-
":@": {
|
|
7010
|
-
"@_Name": "Role",
|
|
7011
|
-
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
7012
|
-
},
|
|
7013
7009
|
"saml:AttributeValue": [
|
|
7014
7010
|
{
|
|
7015
|
-
"#text": "manage-account-links"
|
|
7016
|
-
":@": {
|
|
7017
|
-
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
7018
|
-
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
7019
|
-
"@_xsi:type": "xs:string"
|
|
7020
|
-
}
|
|
7011
|
+
"#text": "manage-account-links"
|
|
7021
7012
|
}
|
|
7022
|
-
]
|
|
7013
|
+
],
|
|
7014
|
+
":@": {
|
|
7015
|
+
"@_xmlns:xs": "http://www.w3.org/2001/XMLSchema",
|
|
7016
|
+
"@_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
|
|
7017
|
+
"@_xsi:type": "xs:string"
|
|
7018
|
+
}
|
|
7023
7019
|
}
|
|
7024
|
-
]
|
|
7020
|
+
],
|
|
7021
|
+
":@": {
|
|
7022
|
+
"@_Name": "Role",
|
|
7023
|
+
"@_NameFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
|
|
7024
|
+
}
|
|
7025
7025
|
}
|
|
7026
7026
|
]
|
|
7027
7027
|
}
|
|
@@ -35120,21 +35120,25 @@ o.array(
|
|
|
35120
35120
|
})
|
|
35121
35121
|
);
|
|
35122
35122
|
const x8 = o.object({
|
|
35123
|
-
"
|
|
35124
|
-
"@_Name": o.string(),
|
|
35125
|
-
"@_NameFormat": o.string(),
|
|
35126
|
-
"@_FriendlyName": o.string().optional()
|
|
35127
|
-
}),
|
|
35128
|
-
"saml:AttributeValue": o.array(
|
|
35123
|
+
"saml:Attribute": o.array(
|
|
35129
35124
|
o.object({
|
|
35130
|
-
"
|
|
35125
|
+
"saml:AttributeValue": o.array(
|
|
35126
|
+
o.object({
|
|
35127
|
+
"#text": o.string()
|
|
35128
|
+
})
|
|
35129
|
+
),
|
|
35131
35130
|
":@": o.object({
|
|
35132
35131
|
"@_xmlns:xs": o.string().optional(),
|
|
35133
35132
|
"@_xmlns:xsi": o.string(),
|
|
35134
35133
|
"@_xsi:type": o.string()
|
|
35135
35134
|
}).optional()
|
|
35136
35135
|
})
|
|
35137
|
-
)
|
|
35136
|
+
),
|
|
35137
|
+
":@": o.object({
|
|
35138
|
+
"@_Name": o.string(),
|
|
35139
|
+
"@_NameFormat": o.string(),
|
|
35140
|
+
"@_FriendlyName": o.string().optional()
|
|
35141
|
+
})
|
|
35138
35142
|
}), S8 = o.object({
|
|
35139
35143
|
"ds:Transform": o.array(o.any()),
|
|
35140
35144
|
":@": o.object({
|
|
@@ -35333,11 +35337,7 @@ o.array(
|
|
|
35333
35337
|
})
|
|
35334
35338
|
}),
|
|
35335
35339
|
o.object({
|
|
35336
|
-
"saml:AttributeStatement": o.array(
|
|
35337
|
-
o.object({
|
|
35338
|
-
"saml:Attribute": o.array(x8)
|
|
35339
|
-
})
|
|
35340
|
-
)
|
|
35340
|
+
"saml:AttributeStatement": o.array(x8)
|
|
35341
35341
|
})
|
|
35342
35342
|
])
|
|
35343
35343
|
),
|