Skip to content

Commit

Permalink
Update provider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored Nov 5, 2024
1 parent 1ec1e1c commit 413a7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sfdo_template_helpers/oauth2/salesforce/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def get_auth_params(self):
# This will ensure that even if you're logged in to Salesforce,
# you'll be prompted to choose an identity to auth as:
ret["prompt"] = "login"
ret["approval_prompt"] = "force"
return ret

def extract_uid(self, data):
Expand Down

0 comments on commit 413a7a4

Please sign in to comment.