Skip to content

Commit

Permalink
Merge pull request #806 from openziti/remove-offline-access-from-default
Browse files Browse the repository at this point in the history
remove offline_access from default scopes. too many idps don't allow it
  • Loading branch information
ekoby authored Jan 14, 2025
2 parents f72ba47 + e63fcfe commit 2042537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/oidc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define auth_url_path "/auth/callback"
#define cb_url(host,port,path) "http://" host ":" _str(port) path
#define default_cb_url cb_url("localhost",auth_cb_port,auth_url_path)
#define default_scope "openid offline_access"
#define default_scope "openid"

#define TOKEN_EXCHANGE_GRANT "urn:ietf:params:oauth:grant-type:token-exchange"

Expand Down

0 comments on commit 2042537

Please sign in to comment.