I want to integrate Azure Enterprise Application SSO with my NodeJS application. What I’ve done so far is create an enterprise app in my Entra ID/Active directory and added urls. But I’m confused here.
It’s telling me these are the value you need to integrate SSO in your app but the thing is all the examples I’ve seen with my research none are using these values. They’re using client ids, client secrets and tenant ids. And I would rather not use those.
So how do I use these values? Is there an example out there? Please let me know.
Thanks