This guide documents the new AWS Wickr administration console, released on March 13, 2025. For documentation on the classic version of the AWS Wickr administration console, see Classic Administration Guide.
Troubleshoot SSO and authentication issues
This section helps administrators troubleshoot single sign-on (SSO) and
authentication issues with AWS Wickr. If the steps in this section don't
resolve your issue, open a case in the AWS Support
Center
Important
Wickr supports OpenID Connect (OIDC) only. SAML-based identity providers are not supported. If your organization uses a SAML-only identity provider, you must configure an OIDC-compatible alternative or implement an OIDC bridge.
Before you begin
Verify the following before troubleshooting:
-
You have administrator access to the Wickr Admin Console.
-
You have access to your organization's identity provider (IdP) configuration.
-
SSO is enabled in your Wickr network settings.
-
Your identity provider is OIDC-compliant. Wickr does not support SAML.
Common SSO issues
Supported identity providers
Wickr provides configuration guidance for the following OIDC-compliant identity providers:
Microsoft Entra ID (formerly Azure AD)
Okta
Amazon Cognito
AWS Identity and Access Management Identity Center
Any OIDC-compliant identity provider can be used with Wickr. For providers not listed above, use the general OIDC configuration parameters in the Configure SSO documentation.
Users cannot sign in with SSO
When users report they cannot sign in using SSO, work through the following checks.
Verify Wickr SSO configuration
-
In the Wickr Admin Console, choose Network Settings, then Single Sign-On.
-
Confirm SSO is enabled.
-
Verify the Issuer URL, Client ID, and Client Secret match your identity provider configuration.
-
Verify the Redirect URI in your identity provider matches the value shown in the Wickr Admin Console.
Common SSO errors
- "User not found"
-
The user does not exist in your identity provider or has not been assigned to the Wickr application. Verify the user exists in your IdP and has the correct group assignments.
- "Invalid response" or "Configuration error"
-
The OIDC metadata or endpoints are misconfigured. Verify the Issuer URL, Client ID, and redirect URIs match between Wickr and your identity provider.
- "Access denied"
-
The user lacks the required group membership or application assignment in your identity provider. Check your IdP's application assignment settings.
- User not prompted for Company ID
-
If users are not prompted to enter a Company ID during SSO registration, verify the Company ID is configured in Network Settings, Network Profile in the Wickr Admin Console.
Determine if the issue is with Wickr or your identity provider
Use the following questions to determine where the issue lies:
-
Can users authenticate to other applications using the same IdP? If no, the issue is with your identity provider, not Wickr.
-
Are all users affected, or only specific users? If only specific users, check their group assignments and application access in your IdP.
-
Were there recent changes to your IdP configuration? Certificate rotations, policy changes, or endpoint updates can break the OIDC connection.
-
Does the error occur in the Wickr client or in the IdP login page? If the error appears on the IdP login page, the issue is with your identity provider.
Additional resources
Microsoft Entra ID SSO setup (includes Entra-specific troubleshooting)