Skip to content

Commit c1d1146

Browse files
authored
Merge pull request #21 from bbockelm/default_nonpublic
Default to non-public clients
2 parents ad90008 + a4aa7ef commit c1d1146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scitokens-server/etc/templates/client-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<entry key="debug_on">false</entry>
1919
<entry key="client_id">localhost:template</entry>
2020
<entry key="strict_scopes">false</entry>
21-
<entry key="public_client">true</entry>
21+
<entry key="public_client">false</entry>
2222
<entry key="forward_scopes_to_proxy">false</entry>
2323
<entry key="callback_uri">["https://localhost:9443/client2/ready"]</entry>
2424
<entry key="name">SciToken client template</entry>

0 commit comments

Comments
 (0)