Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scitokens-server/etc/templates/client-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<entry key="debug_on">false</entry>
<entry key="client_id">localhost:template</entry>
<entry key="strict_scopes">false</entry>
<entry key="public_client">true</entry>
<entry key="public_client">false</entry>
<entry key="forward_scopes_to_proxy">false</entry>
<entry key="callback_uri">["https://localhost:9443/client2/ready"]</entry>
<entry key="name">SciToken client template</entry>
Expand Down