Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v.9.0] /docs/pages/enterprise/sso/azuread.mdx #12778

Closed
ArunNadda opened this issue May 20, 2022 · 1 comment
Closed

[v.9.0] /docs/pages/enterprise/sso/azuread.mdx #12778

ArunNadda opened this issue May 20, 2022 · 1 comment

Comments

@ArunNadda
Copy link
Contributor

Details

Add comments to acs to make it clear that /v1/webapi/saml/acs should be added to the end of proxy address. So comments should look something like

  # acs is the Assertion Consumer Service URL. `https://teleport.example.com:3080` should be replace with your proxy address 
  # acs value should be `https://<TELEPORT_PROXY_ADRR>:port/v1/webapi/saml/acs`
  acs: https://teleport.example.com:3080/v1/webapi/saml/acs

in below config.

kind: saml
version: v2
metadata:
  # the name of the connector
  name: azure-saml
spec:
  display: "Microsoft"
  # acs is the Assertion Consumer Service URL. This should be the address of
  # the Teleport proxy that your identity provider will communicate with.
  acs: https://teleport.example.com:3080/v1/webapi/saml/acs
  attributes_to_roles:
    - {name: "http://schemas.microsoft.com/ws/2008/06/identity/claims/groups", value: "<group id 930210...>", roles: ["editor"]}
    - {name: "http://schemas.microsoft.com/ws/2008/06/identity/claims/groups", value: "<group id 93b110...>", roles: ["dev"]}
  entity_descriptor: |
    <federationmedata.xml contents>

Category

  • Improve Existing
@rsyracuse
Copy link
Contributor

This change is now live

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants