Skip to content

Commit

Permalink
tweak EntityID auto-configuration assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundofuentes committed Aug 2, 2023
1 parent 73f941b commit c14c9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/AngleOneLoginAzureSamlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function load(array $configs, ContainerBuilder $container): void
'x509cert' => $azureX509Cert,
],
'sp' => [
'entityId' => $appBaseUrl . '/saml/metadata',
'entityId' => $appBaseUrl . '/sp',
'assertionConsumerService' => [
'url' => $appBaseUrl . '/saml/acs',
'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
Expand Down

0 comments on commit c14c9a8

Please sign in to comment.