Skip to content

Commit

Permalink
Adding FbN sparep mecaconnect service provider AS to DSBA BAE
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Oct 27, 2023
1 parent 590ca39 commit 166902f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
52 changes: 52 additions & 0 deletions aws/dsba/marketplace/keycloak/templates/realmConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,23 @@ data:
"clientRole": true
}
],
"did:web:sparep.mecaconnect.com": [
{
"name": "CREATE_ISSUER",
"description": "Is allowed to create issuers",
"clientRole": true
},
{
"name": "UPDATE_ISSUER",
"description": "Is allowed to update issuers",
"clientRole": true
},
{
"name": "DELETE_ISSUER",
"description": "Is allowed to delete issuers",
"clientRole": true
}
],
"orion-pep": [
{
"name": "admin",
Expand Down Expand Up @@ -140,6 +157,9 @@ data:
"did:web:ouranos-ws.com": [
"CREATE_ISSUER"
],
"did:web:sparep.mecaconnect.com": [
"CREATE_ISSUER"
],
"account": [
"view-profile",
"manage-account"
Expand Down Expand Up @@ -247,6 +267,38 @@ data:
"defaultClientScopes": [],
"optionalClientScopes": []
},
{
"clientId": "did:web:sparep.mecaconnect.com",
"enabled": true,
"description": "Client to connect the FbN sparep mecaconnect activation service",
"surrogateAuthRequired": false,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"defaultRoles": [],
"redirectUris": [],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": true,
"publicClient": false,
"frontchannelLogout": false,
"protocol": "SIOP-2",
"attributes": {
"client.secret.creation.time": "1675260539",
"expiryInMin": "5000000",
"vctypes_MecaconnectActivationService": "ldp_vc,jwt_vc_json",
"MecaconnectActivationService_claims": "email,firstName,familyName,roles"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [],
"optionalClientScopes": []
},
{
"clientId": "orion-pep",
"adminUrl": "{{ .Values.realm.orionPep.adminUrl }}",
Expand Down
30 changes: 30 additions & 0 deletions aws/dsba/marketplace/walt-id/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,33 @@ vcwaltid:
"OuranosActivationService"
]
}
MecaconnectActivationService.json: |
{
"@context": [
"https://www.w3.org/2018/credentials/v1"
],
"credentialSchema": {
"id": "https://raw.githubusercontent.com/FIWARE-Ops/i4trust-provider/main/docs/schema.json",
"type": "FullJsonSchemaValidator2021"
},
"credentialSubject": {
"id": "did:ebsi:2AEMAqXWKYMu1JHPAgGcga4dxu7ThgfgN95VyJBJGZbSJUtp",
"roles": [
{
"names": [
"CREATE_ISSUER"
],
"target": "did:web:sparep.mecaconnect.com"
}
]
},
"id": "urn:uuid:3add94f4-28ec-42a1-8704-4e4aa51006b4",
"issued": "2021-08-31T00:00:00Z",
"issuer": "did:ebsi:2A9BZ9SUe6BatacSpvs1V5CdjHvLpQ7bEsi2Jb6LdHKnQxaN",
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z",
"type": [
"VerifiableCredential",
"MecaconnectActivationService"
]
}

0 comments on commit 166902f

Please sign in to comment.