Skip to content

Commit

Permalink
Change redirect_url to 'localhost'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 16, 2024
1 parent 8409932 commit ace2da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/etc/oidc/arOidcPlugin/config/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ all:
auto_create_atom_user: true
primary_provider_name: primary
provider_query_param_name: secondary
redirect_url: 'http://127.0.0.1/index.php/oidc/login'
redirect_url: 'http://localhost/index.php/oidc/login'
logout_redirect_url: 'http://127.0.0.1'

0 comments on commit ace2da7

Please sign in to comment.