Skip to content

Commit

Permalink
fix: mismatched issuer origin for idp
Browse files Browse the repository at this point in the history
  • Loading branch information
dopry committed Nov 10, 2023
1 parent 2ea8222 commit 64125f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/rp/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const metadata = {};

{#if browser}
<OidcContext
issuer="http://127.0.0.1:8000/o"
issuer="http://localhost:8000/o"
client_id="2EIxgjlyy5VgCp2fjhEpKLyRtSMMPK0hZ0gBpNdm"
redirect_uri="http://localhost:5173"
post_logout_redirect_uri="http://localhost:5173"
Expand Down

0 comments on commit 64125f0

Please sign in to comment.