Skip to content

Conversation

@kraju3
Copy link
Contributor

@kraju3 kraju3 commented Jul 26, 2022

Description

Hosted Authentication URL parameters were missing redirect_on_error and provider value. I have added them and created two tests for them as well

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@kraju3 kraju3 closed this Jul 26, 2022
@kraju3 kraju3 reopened this Jul 26, 2022
@kraju3 kraju3 requested a review from mrashed-dev July 26, 2022 21:36
if isinstance(scopes, str):
scopes = [scopes]
args["scopes"] = ",".join(scopes)
if provider and provider in [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this!

Copy link
Contributor

@mrashed-dev mrashed-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great PR, thanks @kraju3 !!

@mrashed-dev mrashed-dev merged commit d89b662 into main Jul 28, 2022
@mrashed-dev mrashed-dev deleted the TSDK-366-PythonSDK branch July 28, 2022 20:10
@mrashed-dev mrashed-dev mentioned this pull request Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants