Welcome! Log In Create A New Profile

Advanced

How to pass SAML

Posted by Amphagory 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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

Online Users

Guests: 149
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready