Skip to content

Commit

Permalink
fix logout handling to reference correctli oauth2 client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jun 2, 2021
1 parent 8feeb46 commit a45e1fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployer/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,8 @@ def get_generated_config(self, auth_provider: KeyProvider, secret_key):
#
# Allow explicilty ignoring auth0 setup
if self.spec['auth0'].get('enabled', True):

client = auth_provider.ensure_client(
self.spec['name'],
self.cluster.spec['name'],
self.spec['domain'],
self.spec['auth0']['connection']
)
Expand Down

0 comments on commit a45e1fb

Please sign in to comment.