solid-server 5.8.8-22f4cfec → 5.8.8-4cf09686
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/common/js/auth-buttons.mjs +20 -20
- package/common/js/index-buttons.mjs +31 -30
- package/common/js/solid.mjs +11 -11
- package/config/defaults.mjs +1 -1
- package/config/templates/server/index.html +1 -1
- package/coverage/tmp/coverage-2264-1767721071420-0.json +1 -0
- package/coverage/tmp/{coverage-2261-1766832635310-0.json → coverage-2265-1767721050068-0.json} +1 -1
- package/default-templates/server/index.html +1 -1
- package/eslint.config.mjs +102 -0
- package/index.mjs +8 -8
- package/lib/acl-checker.mjs +1 -3
- package/lib/handlers/copy.mjs +0 -2
- package/lib/handlers/cors-proxy.mjs +2 -4
- package/lib/handlers/get.mjs +12 -8
- package/lib/handlers/index.mjs +0 -2
- package/lib/handlers/options.mjs +0 -2
- package/lib/ldp.mjs +0 -3
- package/lib/models/account-manager.mjs +2 -2
- package/lib/models/oidc-manager.mjs +0 -1
- package/lib/resource-mapper.mjs +1 -3
- package/lib/utils.mjs +0 -2
- package/lib/webid/lib/get.mjs +0 -1
- package/lib/webid/tls/index.mjs +0 -1
- package/package.json +28 -27
- package/solid-server-5.8.8.tgz +0 -0
- package/test/index.mjs +0 -1
- package/test/integration/account-manager-test.mjs +2 -3
- package/test/integration/account-template-test.mjs +0 -1
- package/test/integration/acl-oidc-test.mjs +0 -1
- package/test/integration/authentication-oidc-test.mjs +13 -8
- package/test/integration/authentication-oidc-with-strict-origins-turned-off-test.mjs +14 -9
- package/test/integration/capability-discovery-test.mjs +0 -1
- package/test/integration/oidc-manager-test.mjs +95 -2
- package/test/integration/params-test.mjs +5 -5
- package/test/integration/quota-test.mjs +0 -1
- package/test/integration/www-account-creation-oidc-test.mjs +0 -1
- package/test/resources/accounts/db/oidc/op/clients/{_key_5319f8e8e4ea3214c2e92b252520d355.json → _key_69eaaa0e44e3f95d54a021c5b41e6d72.json} +1 -1
- package/test/resources/accounts/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A3457.json +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/clients/{_key_9c0fd8442675a1afbe5115b9ae300c65.json → _key_c07d7590e034645477f72d1d3000b04e.json} +1 -1
- package/test/resources/accounts-scenario/alice/db/oidc/op/provider.json +538 -313
- package/test/resources/accounts-scenario/alice/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7000.json +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/op/clients/{_key_f15f340b6dc71b68d20eca0d7e87a972.json → _key_a10918196ba5adab47f1cf77ec7fa4a6.json} +1 -1
- package/test/resources/accounts-scenario/bob/db/oidc/op/provider.json +538 -313
- package/test/resources/accounts-scenario/bob/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7001.json +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/op/clients/{_key_7c634dfe325475cc8750e19c72acf6d9.json → _key_e5c13302f9989c257c6967238e7ae2df.json} +1 -1
- package/test/resources/accounts-scenario/charlie/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A5002.json +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/op/clients/{_key_3f1cecaefd21253767f6e047bd9b572f.json → _key_e262eb5992e08f1284fbda4d22e0f363.json} +1 -1
- package/test/resources/accounts-strict-origin-off/alice/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7010.json +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/op/clients/{_key_a17f603b5907c97a5fac61a2eea7ecb2.json → _key_94d6296485729c61ea033a86a1ee2b9b.json} +1 -1
- package/test/resources/accounts-strict-origin-off/bob/db/oidc/rp/clients/_key_https%3A%2F%2Flocalhost%3A7011.json +1 -1
- package/test/resources/config/templates/server/index.html +1 -1
- package/test/unit/account-manager-test.mjs +2 -2
- package/test/unit/account-template-test.mjs +0 -1
- package/test/unit/add-cert-request-test.mjs +0 -1
- package/test/unit/email-service-test.mjs +0 -1
- package/test/unit/email-welcome-test.mjs +1 -2
- package/test/unit/esm-imports.test.mjs +0 -1
- package/test/unit/oidc-manager-test.mjs +0 -1
- package/test/unit/solid-host-test.mjs +0 -1
- package/test/unit/user-account-test.mjs +0 -1
- package/test/unit/utils-test.mjs +1 -3
- package/test/utils/index.mjs +0 -1
- package/test/utils.mjs +3 -4
- package/test/validate-turtle.mjs +0 -1
- package/common/js/auth-buttons.js +0 -67
- package/common/js/index-buttons.js +0 -44
- package/coverage/tmp/coverage-2260-1766832656715-0.json +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"provider":{"url":"https://localhost:7000","configuration":{"issuer":"https://localhost:7000","jwks_uri":"https://localhost:7000/jwks","scopes_supported":["openid","offline_access","webid"],"response_types_supported":["code","code token","code id_token","id_token code","id_token","id_token token","code id_token token","none"],"token_types_supported":["legacyPop","dpop"],"response_modes_supported":["query","fragment"],"grant_types_supported":["authorization_code","implicit","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256","ES256"],"token_endpoint_auth_methods_supported":["client_secret_basic"],"token_endpoint_auth_signing_alg_values_supported":["RS256","ES256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":["sub","iss","aud","exp","iat","webid"],"claims_parameter_supported":false,"request_parameter_supported":true,"request_uri_parameter_supported":false,"require_request_uri_registration":false,"check_session_iframe":"https://localhost:7000/session","end_session_endpoint":"https://localhost:7000/logout","authorization_endpoint":"https://localhost:7000/authorize","token_endpoint":"https://localhost:7000/token","userinfo_endpoint":"https://localhost:7000/userinfo","registration_endpoint":"https://localhost:7000/register"},"jwks":{"keys":[{"kid":"
|
|
1
|
+
{"provider":{"url":"https://localhost:7000","configuration":{"issuer":"https://localhost:7000","jwks_uri":"https://localhost:7000/jwks","scopes_supported":["openid","offline_access","webid"],"response_types_supported":["code","code token","code id_token","id_token code","id_token","id_token token","code id_token token","none"],"token_types_supported":["legacyPop","dpop"],"response_modes_supported":["query","fragment"],"grant_types_supported":["authorization_code","implicit","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256","ES256"],"token_endpoint_auth_methods_supported":["client_secret_basic"],"token_endpoint_auth_signing_alg_values_supported":["RS256","ES256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":["sub","iss","aud","exp","iat","webid"],"claims_parameter_supported":false,"request_parameter_supported":true,"request_uri_parameter_supported":false,"require_request_uri_registration":false,"check_session_iframe":"https://localhost:7000/session","end_session_endpoint":"https://localhost:7000/logout","authorization_endpoint":"https://localhost:7000/authorize","token_endpoint":"https://localhost:7000/token","userinfo_endpoint":"https://localhost:7000/userinfo","registration_endpoint":"https://localhost:7000/register"},"jwks":{"keys":[{"kid":"HHdugex-SKE","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"krlz6sMdSTNVfk7jFy82xTS-xZ1SsWcI5WN65zmtgLgeqD054hOkBLZh8Y7gp3ShGxfXcwGFmbdHql4_zKZd3210Jj4Hv3x7XeZHYGCf9KE2pDZN4okQHMKimnGHn2Eth-TKCnw-Tpi21_kQwO8TAmXh3nZC9LdyMIOJhg4vgMf-aY4gcw5_qkKtXU_D7gA4gE_Ovjmmi3oi7mM0W6wZFw_dJv-H1wdZIPpI8wnomSpHELteC0OgEegoxjVbSlntGMbGr9xKgfSiDUTxkRsJY08eayNpaZ0RyVJKGp8leviqQAOwPEUzGe70a7oOzvLFsJsoUWG8-fg08V-EvDsHFw","e":"AQAB"},{"kid":"06fLZLYxWzI","kty":"RSA","alg":"RS384","key_ops":["verify"],"ext":true,"n":"wNzbDTbuc-vxOOgdJSCSsThyyJdAIojmrdDJkLQAG8WUBC64VdXx8YU_KkdWiXwr5FmqELdg8gFI4y60cb0kGwovZalJ9gjojYwHEjB_RjRERDUlr3aAVGZzuAjcswPVNsOWhV5QzcNnJ-GhbMViODJHqFMU3jqZA_SOo00PQqYyp1rWCUkxkA1G21ktxlci27cz7cAhaaXgLGZK7Pa6zb0PKzI76qIJ4DU3SqDEOcoJwtMRXS1ChLtyVTAGqCI9M2g-u_TqvKY8F6Lpqk50IfNAiu-dd1EJ9L7Wo0ZqI4bXZPMse5ISSFQNukEIpVJDZCqHffvWIqEgYNgYkkYz2Q","e":"AQAB"},{"kid":"Lrc43KFPoXA","kty":"RSA","alg":"RS512","key_ops":["verify"],"ext":true,"n":"rg0o9nBmRG_II29sQDQyAE4MeHptWypZs1Uw1eojeZF43YI-u4IJW4RdB64VtX0qoM9mTifUoXgjOcNym9_oHXvb-Mm63IqJ1Pj4m-5brA-2AnP5U51-R0N0viMgw0N5GXjpFQktVZLPvjM6ScieZdgK6rPKGAN_amOLXJY42gyJeIK89Gw_lmtgdIRMYUNLltudypeekyCEef5VATwV1uPQQG0cwEGzYXa_u2Ny_6KYPuQFPl8AVrUVhuTd2VeRupEve-6ZB5nToZBK4CWWJ34r5cQaIgIArKU2CmBAtQNswjU2qLpKw9uJRtpmd8gGfXgFiSHJp3VkTLOOkFoI8w","e":"AQAB"},{"kid":"2WfaUaXN_yA","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"fIqx_mmk4gkhqoo8UaEIFVJSL0DmpdtUmNrfv0uqhOI","y":"Hzsw3GcmkjhdloZ6VwIh7CsDsSqf0Lb9MRbt9no1sVA"},{"kid":"I75xsjjUrWU","alg":"ES384","kty":"EC","crv":"P-384","key_ops":["verify"],"ext":true,"x":"zUtj8pdWdmSalhxutrpclp3JdOWnPLJcJbVQ1F37YfgXqz6DliqSB_4Z74AJWB4a","y":"FBQlIQufh26VHL_SxmunYF-a36mFzzFp49XmAv24bUyZwCTDwXUKLmPMSCOP5Krw"},{"kid":"GZi0GfcL_Qw","alg":"ES512","kty":"EC","crv":"P-521","key_ops":["verify"],"ext":true,"x":"AJVxnq4WAeonmtJkIMJIqD58wx5xx0tx3ZLnsjXwN9AQOfC1YL4anLUVUlS5IzVkBh48eORwC3rsN9qtAz9rmIWJ","y":"AQ2j-kaxfLRM35mNBVNwO120lLiTzAqUGJbHf3xXo8N0TDjEvUcYl6rQv5OW23rwQupjj_lVwdN9RLZ2SDReJyiJ"},{"kid":"NV-WRMzGvmI","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"oWRvv-9TcpWClv8uGI1yXmY2_jIM2d_7BCvm1Ch5a_hoPKGnCRucg2GD-k3SjsiT0lfVyR_34YhNsIKNEjFtlf9kfZtIehKF5lUI53794gQDCTbBDYhWAaVfPcsO2qmQU5oY-LhO0Bsl9IIVoXs2oW8Rv2jYYnOQvZyFxYt3fSMtnTDNnmMSbRuSpl2PveEeCMtYa2J9dWXcNpumXj45_LsF6H_OkoUYEa-Lc4gNIMDFGaYJr7MBCiIEJefo4N1acaT1dPBekZnS8me-vQGarjQZ5ZIJ8djj0Y_WXVUDE8DLnQINtoAe3lbpNQ1FfdOMEFUEP64ZD7aY0-ngWmZ-dw","e":"AQAB"},{"kid":"bnLJ940BL50","kty":"RSA","alg":"RS384","key_ops":["verify"],"ext":true,"n":"238B2Q3tInUEulYBG9tQbBodIe385hqxaQyWcI_S-s7pAsMwMQyMxrRboMsGA4pFZqQcVRodwcbvufQScfKtEWOvBtMqsViAajjETCJlZT2ciNeN482NRLipgpphzLvMmfbsHI1Xio85FlfiC37DaGMswIc8Vuf4PmUrQC698IC5mHWaK6xmrBhbrmIsPIT3JLhfkbbe-hwhkQGf7lElH05ojuuCqhr9fXxJ91YQk4IGLAH9btVVWg3hNzwjFA9uAxXxVYZxOh1q_KGrc0beh8mhuO3KjUZzwB49kIUDsA19GFC3c5QefvA1kVFZPwCI4F5sMjKdtSInY1JvjieNfQ","e":"AQAB"},{"kid":"9FBPg9v3MzE","kty":"RSA","alg":"RS512","key_ops":["verify"],"ext":true,"n":"w4Sqf3kNKcYTNmTzRAJzn9cUCvM3Srn-_CjUKlbMOBaAPp45CMVzBwO2l7PQ2rRMiouBOL91Tv-nKSBK6x3Dpqp9iDiA8l6o7RMcLUdc5sL9Nb1yRpZY-ffT4YocPzug6zHwQFHsdXJMEzfN_ZOmfJp36nD5AwTV7vH_T3l_zHYm-AX5TFRgDCMrRnJYrhU9PTCb_W_QfDjgO4XtHsPI_5kqdr4nn-sBeZGdslhB-wsFZ3oTrD1Jg89FiaL3ZZqivBObnVpZ-HWLxYR9jLnc6BekbRuzn9zKO1fL-JqVxBKqC0NYqsdU21dbcmKd7OpkdikzkxXvVLzcUCRj41p50Q","e":"AQAB"},{"kid":"vpWrdLxCpO8","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"W2jBPm_FNxKd7ZhFEwoN-Q6u1PFOtJRJYNXAzztODdU","y":"Lv-80FYGc5yq_R6fNwznw6ur30GmJ1Bwg6SU7nafGB4"},{"kid":"5ec9OnXFEvo","kty":"RSA","alg":"RS256","key_ops":["verify"],"ext":true,"n":"x35Oe4TOcMhUaY2JiIj-zPh26Y_c85LdsWGgsmAkckQD_MGVe73hOrrvoz3A9gafSif8-765fG9NH0vj0VfCpIPhPUrTDcILshfEq3VtF3iRBuvxGlDDwVK7j5T38RLBqkUompbHJu-ZvLfYCLe9LLIo7z-SmjP8e-s_lLybFIyWWufWG9aJnLPNFxezl7NDac2DTglXss0tCtpxWCaQjY76YKkwoqUI7O7vKYBGIIuF2ayif1ZDmrBc_vbfTBNIRMuprHo_YUfS1Ykiim5fc0LsG-H_dq_FXGi6gWDgfYeEsv05usKdzuKdiwxeooc73_P5gBcsF0uNAosO19GNRw","e":"AQAB"},{"kid":"_hM4o3yxJp4","alg":"ES256","kty":"EC","crv":"P-256","key_ops":["verify"],"ext":true,"x":"XaUwIBPuj30MrdYlMdKXXDl5KFK-XVilx2Yf9C5FsKg","y":"O-UFCQFq_Hq4Sv59AW9KShmDT-OT5Rnu3i811JccmMs"}]}},"defaults":{},"registration":{"redirect_uris":["https://localhost:7000/api/oidc/rp/https%3A%2F%2Flocalhost%3A7000"],"client_id":"c07d7590e034645477f72d1d3000b04e","client_secret":"1ba8ff54cc77601349cf9312d77c3336","response_types":["code","id_token token","code id_token token"],"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"application_type":"web","client_name":"Solid OIDC RP for https://localhost:7000","id_token_signed_response_alg":"RS256","token_endpoint_auth_method":"client_secret_basic","default_max_age":86400,"post_logout_redirect_uris":["https://localhost:7000/goodbye"],"registration_access_token":"eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo3MDAwIiwiYXVkIjoiYzA3ZDc1OTBlMDM0NjQ1NDc3ZjcyZDFkMzAwMGIwNGUiLCJzdWIiOiJjMDdkNzU5MGUwMzQ2NDU0NzdmNzJkMWQzMDAwYjA0ZSJ9.lTNWMQTwFpyHQiAqC-PDcDE_qqHMmSlxGkPuLiVXXhChvxbn_PbWJNPPppwWv4BxtzcsSFsBX2sOeV3tCIMjb7rbtuV7yLkSUhI9aN-GgAj_7NDu4bzS_ixeMYdNiKDVbhWvT9R3xALrW6gkg2S6pl4OH-gSJa4LwnQBrTwRonNiO8J5owue6-dUP8VmIlzsuUiHOz_T03au14MO29hBbWSs0YwYg34FwX3jaRwNWFw8IXKJtJ0ksU7jja30478vbDYu76C8Y8qU005A0bEs0rk_wxe8D_jABR0c4vwkvYDkAztGZI-U8VyE9Caitc5zSfm_be6iAWQ0_TLED3YFkw","registration_client_uri":"https://localhost:7000/register/c07d7590e034645477f72d1d3000b04e","client_id_issued_at":1767721053,"client_secret_expires_at":0},"store":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"redirect_uris":["https://localhost:7001/api/oidc/rp/https%3A%2F%2Flocalhost%3A7001"],"client_id":"
|
|
1
|
+
{"redirect_uris":["https://localhost:7001/api/oidc/rp/https%3A%2F%2Flocalhost%3A7001"],"client_id":"a10918196ba5adab47f1cf77ec7fa4a6","client_secret":"da9ad5ec2a8c40d80b0663570847005c","response_types":["code","id_token token","code id_token token"],"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"application_type":"web","client_name":"Solid OIDC RP for https://localhost:7001","id_token_signed_response_alg":"RS256","token_endpoint_auth_method":"client_secret_basic","default_max_age":86400,"post_logout_redirect_uris":["https://localhost:7001/goodbye"]}
|