Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku deployment: Corporate SSO usage #10

Open
davinci-kvs opened this issue Mar 6, 2018 · 0 comments
Open

Heroku deployment: Corporate SSO usage #10

davinci-kvs opened this issue Mar 6, 2018 · 0 comments

Comments

@davinci-kvs
Copy link

Hello

I am using wiki for company specific wiki. I have deployed it on Heroku, but wanted only the company's employees to login and connect to wiki.
I have an app which takes care of SSO authentication. But when I call that API @ server/index.js, it is not working. I have given code snippet below.
It may be because of the reason that the service starts at background and by the time user logs-in, everything is working.

// ----------------------------------------
// SSO Authentication
// ----------------------------------------
console.log('Authentication will happen through SSO')
const auth = require(<My_SSO_Module_Name>)
auth.authenticate(app);
// ----------------------------------------

Do suggest if there is any direct way of SSO authentication.

Thanks
Kumar Vikas Singh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant