OIDC Setup
Hi!
I've been trying a lot to create an OIDC provider. Just a mock one to start with.
But I have a question, to me it seems like the "loginPage" on the OIDC config needs to be on the server side, and be served like a static HTML file or something like that, because I couldn't just redirect the user to another page in the FE it seems like. And does anyone have a nice little example of doing that? I tried doing some express.static('public'), putting a login HTML there but it wasn't found, strangely. Also highly probable I'm doing something wacky there.
And another question, is the idea that you're only able to create one provider? Or rather, use one identification method. I'd need two different
for my use-case, but that seems quite tricky to get working.
Thanks,
Albin
0 Replies