wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
742 stars 720 forks source link

Unable to Access Console and MyAccount After Configuring deployment.toml for "X509 Certificate Authenticator" Flow #19137

Open NilukaSripalim opened 7 months ago

NilukaSripalim commented 7 months ago

Describe the issue: After configuring the deployment.toml file to enable the "X509 Certificate Authenticator" flow, encountering issues with accessing both the console and MyAccount. The problem manifests as follows:

Console Login:

Users are able to log in to the console successfully. However, upon login, the navigation does not proceed to the Getting Started page. The console page remains empty, failing to load the expected content. Browser Console Error:

In the browser console, a 400 status error is identified specifically with the /token endpoint.

Management Console Access:

It's noted that there are no issues accessing the management console.

How to reproduce:

  1. Configure the deployment.toml file to enable the "X509 Certificate Authenticator" flow.[1]
  2. Attempt to access the console and log in.
  3. Observe the behavior described above.

Expected behavior: Successful login should lead to the expected Getting Started page in the console. and able to proceed the flow

Environment information (Please complete the following information; remove any unnecessary fields) :


Console view

Screenshot 2024-01-23 at 19 19 33

Management Console

Screenshot 2024-01-23 at 19 19 43

[1] https://is.docs.wso2.com/en/latest/guides/mfa/x509/ referred 6.1 docs since we don't have docs for 7.0 based

dvdieu commented 5 months ago

i hit the same error