docs - integrating meshrouter saml notes

silversword411 committed May 15, 2022 at 12:27 UTC 296dc85ebea80a16b13eb0da996cb68a7410f79e
2 files changed +13 -10
docs/docs/meshrouter/index.md
+13
@@ -156,6 +156,19 @@ bound to the loopback interface so that only local application can use the port
156 The “tray” switch will place MeshCentral Router on the Windows system tray instead of the
157 normal application bar.
158
159 +## MeshCentral Router with SAML or OAuth
160 +
161 +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
162 +
163 +1. Download MCR and run it.
164 +2. In the first dialog box, there will be an "Install..." button to setup MeshCentral router with the "mcrouter://" protocol in your system registry.
165 +3. Once done, close MCR.
166 +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".
167 +5. This will launch the router and connect directly to your server using a login cookie.
168 +
169 +!!!note
170 + 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.
171 +
172 ## Conclusion
173
174 MeshCentral Router is a free, open source tool for routing TCP and UDP traffic over the internet. It’s a powerful as it allows for any traffic to go thru NAT routers and firewalls while being encrypted using TLS.
docs/docs/meshrouter/using_meshrouter_with_cookies.md deleted
-10
@@ -1,10 +0,0 @@
1 -
2 -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
3 -
4 -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.
5 -
6 -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".
7 -
8 -This will launch the router and connect directly to your server using a login cookie.
9 -
10 -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.