This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Uncomment this is you want some more verbose output to see what is happening | |
| #set -x | |
| ## Variables | |
| # Change this directory name if you want to place these somewhere else | |
| _projectdir=~/projects | |
| _gitrepo=https://github.com/mkubecek/vmware-host-modules.git | |
| if [ $(grep -q "workstation.product.version" /etc/vmware/config;echo $?) -eq 0 ];then |
- Author: Heriberto Perez
The implementation of SSO in order to connect with other services/providers/sites is a common requirement these days
For those cases when you have the need to integrate a third party service and embed some widgets in your site, and in order to make it in a secure way and based on dynamic data for the current authenticated, that is when the SSO integration comes handy for you.
This Tech spec will serve as a reference a SAML Single Sign On (SSO) integration.