Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato committed Oct 28, 2024
1 parent 37e9dee commit 2059099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tctl/common/plugin/entraid.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (p *PluginsCommand) InstallEntra(ctx context.Context, args installPluginArg
}

saml, err := types.NewSAMLConnector(inputs.entraID.authConnectorName, types.SAMLConnectorSpecV2{
AssertionConsumerService: proxyPublicAddr + "/v1/webapi/saml/acs/" + inputs.entraID.authConnectorName,
AssertionConsumerService: strings.TrimRight(proxyPublicAddr, "/") + "/v1/webapi/saml/acs/" + inputs.entraID.authConnectorName,
AllowIDPInitiated: true,
// AttributesToRoles is required, but Entra ID does not have a default group (like Okta's "Everyone"),
// so we add a dummy claim that will never be fulfilled with the default configuration instead,
Expand Down

0 comments on commit 2059099

Please sign in to comment.