Google SAML SSO Example #20630
stevenGravy
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
the ACS config in the example will not work. To work properly is necessary to add a suffix like
then in the connector config: # ...
spec:
# SAML provider will make a callback to this URL after successful authentication
# cluster-url is the address the cluster UI is reachable at
acs: https://<proxy>/v1/webapi/saml/acs/google In the example i'm adding the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites:
Replace the proxy url
teleport.example.com
below with your proxy URL.Create SAML App
Go into Apps -> Web and mobile apps
Select
Add custom SAML app
https://<proxy>/v1/webapi/saml/acs
. Change the Name ID Format to EmailCreate Teleport Auth Connector
Create a connector in the UI or with
tctl create -f google.yaml
.Login with Google Auth
If you encounter areas review the Audit Log under the Management Area in Activity.
Beta Was this translation helpful? Give feedback.
All reactions