ejp-rd-vp / vp-portal-issues

0 stars 0 forks source link

Connect vp-portal directly to LS-AAI #44

Open ammarbarakat opened 1 year ago

ammarbarakat commented 1 year ago

Describe your problem.

Currently, the vp-portal requires users to sign in to LS-AAI separately, causing unnecessary authentication steps and potential usability challenges.

Describe the solution you'd like

Connect vp-portal directly to LS-AAI

Additional context

To achieve this integration, we need to coordinate with the LS-AAI development team and make necessary adjustments to both systems.

ammarbarakat commented 1 year ago

@dBucik To establish a direct connection between the vp-portal and LS-AAI, we need the following essential information:

1. authorization_endpoint
2. token_endpoint
3. userinfo_endpoint
4. end_session_endpoint
5. issuer
6. jwks_uri

You can access an example containing these endpoints at the following LINK