Troubleshooting Failed OpenID Connect Authentication
- Updated2025-10-28
- 2 minute(s) read
Troubleshooting Failed OpenID Connect Authentication
Use OpenID Connect provider logs and NI Web Server logs to resolve common authentication issues.
You can find these logs in the following locations:
- To locate the most recent error log file for NI Web, navigate to C:\ProgramData\National Instruments\Web Server\logs\error.current.log.
- To locate the log files for your application, consult the documentation for your OpenID Connect provider.
| Error | Details | Steps to Resolve | Example Error Log |
|---|---|---|---|
| SystemLink returns Internal Server Error when attempting to log in. | This error typically occurs for the following reasons.
|
|
oidc_cache_shm_set: could not store value since value size is too large oidc_cache_set: could NOT store X bytes in shm cache backend for key Y |
| The user redirects to the SystemLink login page after authentication. | This error typically occurs for the following reasons.
|
For information on configuring the private key, refer to Configuring SystemLink to Connect to Your OpenID Connect Provider. For information on configuring the public key, refer to the documentation for your provider. For information on configuring the encryption algorithm for ID token management refer to the documentation for your provider. |
oidc_proto_parse_idtoken: oidc_jwt_parse failed |
Related Information
- Configuring SystemLink to Connect to Your OpenID Connect Provider
Create the configuration files SystemLink uses to connect to your OpenID Connect provider.
- Supported Signing and Encryption Algorithms
SystemLink supports the following algorithms for ID token signing, ID token key management encryption, and ID token content encryption.