| Bug ID Number |
BUG-000139557 |
| Submitted | April 30, 2021 |
| Last Modified | April 11, 2025 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.11 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
ClientSecret is only intended to be used with TokenAuthenticationType.OAuthClientCredentials and not when using TokenAuthenticationType.OAuthAuthorizationCode. The documentation and sample code or comments have been updated to clarify the intended usage. Refer to the following link for more information, https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Security.TokenAuthenticationType.html.
Workaround
Relaunch the app after the error message is returned. This enables the app to proceed with login.
Steps to Reproduce