cantaloupe
cantaloupe copied to clipboard
Question: Is there a way to run cantaloupe in IIS so that we can access HTTPContext to authenticate users
As mentioned in the question, is there a way to run cantaloupe server in IIS environment so that it get access to HTTP context. I need access to HTTP context to authenticate and authorize users.
I have also tried sending cookies/auth tokens via header and tried to read it using the delegates.rb file and make an API call to validate the user. But when I try this, I get CORS error from cantaloupe server. Front end app is running on 80 port and cantaloupe is running on default port - 8182 and both are running on the same machine.
I just want to know if anyone here tried authentication (Windows authentication) in windows environement. Any information regarding this will be very helpful.
Thanks for you help.