Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support session params in oauth2_get_authorize_url #773

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Jul 5, 2023

Add explicit support for a set of known parameters to the oauth2_get_authorize_url method. These are all some flavor of string, uuid, or list thereof, and are therefore converted to comma separated lists by the SDK.

The parameter descriptions are kept very brief for now, to avoid any misleading statements about what these parameters do.

A test case is established for these options, building a subset of the full parameter matrix (which produced hundreds of unnecessary tests).


📚 Documentation preview 📚: https://globus-sdk-python--773.org.readthedocs.build/en/773/

Add explicit support for a set of known parameters to the
oauth2_get_authorize_url method. These are all some flavor of string,
uuid, or list thereof, and are therefore converted to comma separated
lists by the SDK.

The parameter descriptions are kept very brief for now, to avoid any
misleading statements about what these parameters do.

A test case is established for these options, building a subset of the
full parameter matrix (which produced hundreds of unnecessary tests).
@sirosen sirosen merged commit da62832 into globus:main Jul 5, 2023
14 checks passed
@sirosen sirosen deleted the add-authorize-url-params branch July 5, 2023 18:17
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.

2 participants