Skip to content

Commit

Permalink
make PR #407 fix directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisaacs committed Mar 1, 2021
1 parent e47e0a3 commit 13ac681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding-post.ts
Expand Up @@ -269,7 +269,7 @@ function base64LogoutRequest(

let values: Record<string, any> = {
ID: entity.init.generateID(),
Destination: metadata.target.getSingleLogoutService(BindingNamespace.Redirect),
Destination: metadata.target.getSingleLogoutService(BindingNamespace.Post),
Issuer: metadata.init.getEntityID(),
IssueInstant: new Date().toISOString(),
EntityID: metadata.init.getEntityID(),
Expand Down

0 comments on commit 13ac681

Please sign in to comment.