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

Reset password missing Convert a user to a Federated User setting #729

Open
LuanVenterMRI opened this issue Jul 17, 2024 · 2 comments
Open
Labels

Comments

@LuanVenterMRI
Copy link

Describe the bug?

The GenerateResetPasswordTokenAsync has no setting to set the "provider" query parameter to "Federation" similar to the below documentation https://developer.okta.com/docs/reference/api/users/#request-example-convert-a-user-to-a-federated-user.

What is expected to happen?

The method must have a parameter to set this or documentation must be updated to an alternative workaround

What is the actual behavior?

It's not possible to set this query parameter

Reproduction Steps?

public async System.Threading.Tasks.Task<Okta.Sdk.Client.ApiResponse> GenerateResetPasswordTokenWithHttpInfoAsync( string userId , bool sendEmail , bool? revokeSessions = default(bool?) , System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))

The SDK doesnt support this feature

Additional Information?

No response

.NET Version

8.0.107

SDK Version

v8.

OS version

BuildNumber Caption OSArchitecture Version
19045 Microsoft Windows 10 Enterprise 64-bit 10.0.19045

@bryanapellanes-okta
Copy link
Contributor

@LuanVenterMRI Thanks for bringing this to our attention. I've entered an internal issue for tracking and prioritization. OKTA-750248

@bryanapellanes-okta
Copy link
Contributor

@LuanVenterMRI Internal conversations about this are ongoing. I will update here when the correct action to take is identified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants