Skip to content

Commit

Permalink
Set up default OAuth callbacks to void
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Sep 20, 2023
1 parent 44fa985 commit c84bd76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/env.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -27,43 +27,43 @@ path =
[oauth.github]
client =
secret =
callback = /auth/github
callback =
scope[] = user

[oauth.linkedin]
client =
secret =
callback = /auth/linkedin
callback =
scope[] = r_emailaddress
scope[] = r_liteprofile

[oauth.orcid]
client =
secret =
callback = /auth/orcid
callback =

[oauth.mpds]
authorize_url =
access_token_url =
user_profile_url =
client =
secret =
callback = /auth/mpds
callback =

[oauth.basf]
authorize_url =
access_token_url =
user_profile_url =
client =
secret =
callback = /auth/basf
callback =

[oauth.dummy]
authorize_url =
access_token_url =
client =
secret =
callback = /auth/dummy
callback =

[webhooks]
calc_update = /v0/webhooks/calc_update
Expand Down

0 comments on commit c84bd76

Please sign in to comment.