Solid_identity_provider

hi there,

I’m new here and i have a question about the index.js file, the code was given just needed to copy paste it and i needed to change the “SOLID_IDENTITY_PRVIDER”, but it doesnt work when i change the link to where my pod is. My pod is on pod .interupt.com, but the login button doesn’t work.
Link from the page where i got the code: Getting Started · Solid

code that i needed to change:

const SOLID_IDENTITY_PROVIDER = “https://auth.inrupt.com/login”;

Thanks in advance for the help!

Hi @Pinkie ,

An issue you’re probably experiencing is that pod.inrupt.com is actually not an Identity Provider, but a Pod server. Can you try using https://broker.pod.inrupt.com instead ? It is an Identity Broker on top of https://auth.inrupt.com, which is the Web application where the users can actually log in.

Does that help ?

This worked for me.

const SOLID_IDENTITY_PROVIDER = “https://login.inrupt.com/”;