mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Update supported DPoP algorithms to run CTH
This commit is contained in:
parent
180d5f131e
commit
1e3684bcf3
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/cth-test.yml
|
uses: ./.github/workflows/cth-test.yml
|
||||||
with:
|
with:
|
||||||
ignore_failures: true
|
ignore_failures: true
|
||||||
version: 1.1.7 # The latest version that CSS is confirmed to pass
|
version: 1.1.14 # The latest version that CSS is confirmed to pass
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
# Build docker containers on version tag, push to main and push to versions/
|
# Build docker containers on version tag, push to main and push to versions/
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
||||||
"@graph": [
|
"@graph": [
|
||||||
{
|
{
|
||||||
"comment": [
|
"comment": "Sets all the relevant Solid-OIDC parameters.",
|
||||||
"Sets all the relevant Solid-OIDC parameters.",
|
|
||||||
],
|
|
||||||
"@id": "urn:solid-server:default:IdentityProviderFactory",
|
"@id": "urn:solid-server:default:IdentityProviderFactory",
|
||||||
"@type": "IdentityProviderFactory",
|
"@type": "IdentityProviderFactory",
|
||||||
"adapterFactory": { "@id": "urn:solid-server:default:IdpAdapterFactory" },
|
"adapterFactory": { "@id": "urn:solid-server:default:IdpAdapterFactory" },
|
||||||
@ -27,6 +25,14 @@
|
|||||||
"long": { "signed": true, "maxAge": 86400000 },
|
"long": { "signed": true, "maxAge": 86400000 },
|
||||||
"short": { "signed": true }
|
"short": { "signed": true }
|
||||||
},
|
},
|
||||||
|
"enabledJWA": {
|
||||||
|
"dPoPSigningAlgValues": [
|
||||||
|
"RS256", "RS384", "RS512",
|
||||||
|
"PS256", "PS384", "PS512",
|
||||||
|
"ES256", "ES256K", "ES384", "ES512",
|
||||||
|
"EdDSA"
|
||||||
|
]
|
||||||
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"claimsParameter": { "enabled": true },
|
"claimsParameter": { "enabled": true },
|
||||||
"clientCredentials": { "enabled": true },
|
"clientCredentials": { "enabled": true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user