docs - integrating meshrouter saml notes

This commit is contained in:
silversword411 2022-05-15 12:27:15 -04:00
parent 56527b76e0
commit 296dc85ebe
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA
2 changed files with 13 additions and 10 deletions

View File

@ -156,6 +156,19 @@ bound to the loopback interface so that only local application can use the port
The “tray” switch will place MeshCentral Router on the Windows system tray instead of the
normal application bar.
## MeshCentral Router with SAML or OAuth
You can't use the MeshCentral Router (MCR) login dialog box to login to a server that uses SAML or OAuth. However, you can still use MCR
1. Download MCR and run it.
2. In the first dialog box, there will be an "Install..." button to setup MeshCentral router with the "mcrouter://" protocol in your system registry.
3. Once done, close MCR.
4. Now log into the web UI of your MeshCentral server. Go in the bottom of the "My Devices" tab, hit the "Router" link and hit "Launch MeshCentral Router".
5. This will launch the router and connect directly to your server using a login cookie.
!!!note
The only drawback is you will have to manually load mappings saved in an .mcrouter file. When not using SAML, you can click on the .mcrouter file to load the mappings and MCR at the same time.
## Conclusion
MeshCentral Router is a free, open source tool for routing TCP and UDP traffic over the internet. Its a powerful as it allows for any traffic to go thru NAT routers and firewalls while being encrypted using TLS.

View File

@ -1,10 +0,0 @@
You can't use the MeshCentral Router (MCR) login dialog box to login to a server that uses SAML or OAuth. However, you can still use MCR
Download MCR and run it. In the first dialog box, there will be an "Install..." button to setup MeshCentral router with the "mcrouter://" protocol in your system registry. Once done, close MCR.
Now log into the web UI of your MeshCentral server. Go in the bottom of the "My Devices" tab, hit the "Router" link and hit "Launch MeshCentral Router".
This will launch the router and connect directly to your server using a login cookie.
The only drawback is you will have to manually load mappings saved in an .mcrouter file. When not using SAML, you can click on the .mcrouter file to load the mappings and MCR at the same time.