Skip to content

Commit

Permalink
Needs offline access as scope
Browse files Browse the repository at this point in the history
  • Loading branch information
torbenraab committed Sep 11, 2024
1 parent ca64565 commit 827db8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/plane/authentication/provider/oauth/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class OpenIDConnectProvider(OauthAdapter):

provider = "oidc"
scope = "openid profile email"
scope = "openid profile email offline_access"

def __init__(self, request, code=None, state=None, callback=None):

Expand Down

0 comments on commit 827db8d

Please sign in to comment.