We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The method must have a parameter to set this or documentation must be updated to an alternative workaround
It's not possible to set this query parameter
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
No response
8.0.107
v8.
BuildNumber Caption OSArchitecture Version 19045 Microsoft Windows 10 Enterprise 64-bit 10.0.19045
The text was updated successfully, but these errors were encountered:
@LuanVenterMRI Thanks for bringing this to our attention. I've entered an internal issue for tracking and prioritization. OKTA-750248
Sorry, something went wrong.
@LuanVenterMRI Internal conversations about this are ongoing. I will update here when the correct action to take is identified.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: