IDP Kit Login with SSI | Next.js #62
-
Hi All, Note: I am not using keyClock, do I need to setup and configure Keycloak for Login with SSI | Next.js as in documents only mentioned for NFT with Keycloak ? Client Id
Here is my config files idp-config.json:
verifier-config.json
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @mwaheed-dev, thanks for reaching out. On which machine are you developing? If it's mac the issue could be caused by macs system settings which block ports 5000 and 7000 by default. Therefore you have two options:
Hope it helps!! Best, |
Beta Was this translation helpful? Give feedback.
Hey @mwaheed-dev,
thanks for reaching out. On which machine are you developing?
If it's mac the issue could be caused by macs system settings which block ports 5000 and 7000 by default.
Therefore you have two options:
nuxt.config.js
(IDP-Kit UI project) to none of the above. Please note, you also then have to update theverifierUiUrl
andverifierApiUrl
in theverifier.config.js
in the IDP-Kit.Hope it helps!!
Best,
Tamino