Welcome! Log In Create A New Profile

Advanced

How to pass SAML

Posted by Amphagory 
How to pass SAML
September 16, 2023 03:19AM
Hello,

Currently, I have a real simple set up to mask where I'm sending the user as follows:

server {
listen 80;
server_name my.website.ca;

location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_pass https://another.website.com;
}
}


I would like to set up SAML using Okta on https://another.website.com, but unsure what I need to add in my configuration such that the SAML information is pass properly to the https://another.website.com.

Mike
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 214
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready