bcgov / DITP

Digital Identity and Trust Program Repository
Apache License 2.0
0 stars 2 forks source link

Setup vc-oauthn-oidc for PoC with CLBC #30

Open cvarjao opened 1 year ago

cvarjao commented 1 year ago

Courthouse Libraries of BC (CLBC) is looking into standing up a new we service based on Drupal. In this new web app they would like to look into integrating with LSBC Member Card as the most effectively way of identifying accredited lawyers in good standing.

Acceptance Criteria

swcurran commented 1 year ago

Summary of what I think would be needed to setup.

Interesting idea -- could they use the same instance as Access to Audio? They are doing exactly the same thing -- could they just use that deployment that is already in use?

WadeBarnes commented 1 year ago

I'm thinking they could integrate with the existing KeyCloak/vc-authn instances we are using for ACM (A2A) and DEMS for LSBC. There are already proof requests configured for the LSBC Member Card alone, or the Member Card plus Person Credential.

Drupal can integrate with KeyCloak realms; https://www.drupal.org/project/keycloak

esune commented 10 months ago

I had a quick chat with Aaron yesterday, and it sounds like CLBC would like to add a verified email to the proof request. What is to be confirmed is whether this is true and whether https://email-verification.vonx.io can be used, or a new service would need to be developed/deployed (note: be mindful/careful with the proliferation of services we need to maintain, we have too many already).

Integration with the same keycloak realm ACM is using would be the way to go and path of least friction.