Skip to content

Commit

Permalink
Adds UI postMessage source required for implicit flow (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
austingebauer committed Dec 21, 2021
1 parent 67dbf1e commit 7de3d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func formpostHTML(path, code, state string) string {
</div>
</div>
<script>
window.opener.postMessage({ path: "%s", code: "%s", state: "%s"}, window.origin);
window.opener.postMessage({ source: 'oidc-callback', path: "%s", code: "%s", state: "%s"}, window.origin);
</script>
</body>
</html>
Expand Down

0 comments on commit 7de3d93

Please sign in to comment.