'wso2 is (container linux) Uncaught (in promise) Invalid id_token in the token response /myaccount
When you install wso2 is in its version 5.11 through docker in a virtual machine of azure S.O oracle linux. I am getting the following error Uncaught (in promise) Invalid id_token in the token response and it is intermittent when reloading /myaccount.
I don't have a proxy and it's the only node.
configuration file deployment.toml
[server]
hostname = "xxxxxx.cloudapp.azure.com"
node_ip = "127.0.0.1"
base_path = "https://$ref{server.hostname}:${carbon.management.port}"
[super_admin]
username = "admin"
password = "xxxxxx"
create_admin_account = true
[user_store]
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
base_dn = "dc=wso2,dc=org" #refers the base dn on which the user and group search bases will be generated
[database.identity_db]
type = "h2"
url = "jdbc:h2:./repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000"
username = "wso2carbon"
password = "wso2carbon"
[database.shared_db]
type = "h2"
url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000"
username = "wso2carbon"
password = "wso2carbon"
[keystore.primary]
file_name = "wso2carbon.jks"
password = "wso2carbon"
[truststore]
file_name="client-truststore.jks"
password="wso2carbon"
type="JKS"
[account_recovery.endpoint.auth]
hash= "66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262"
[identity.auth_framework.endpoint]
app_password= "dashboard"
[cors]
allow_generic_http_requests = true
allow_any_origin = true
allow_subdomains = true
supported_methods = [
"GET",
"PUT",
"POST",
"HEAD",
"OPTIONS"
]
support_any_header = true
supported_headers = []
exposed_headers = []
supports_credentials = true
max_age = 3600
tag_requests = false
docker compouse
version: "3.8"
services:
xxxxx.cloudapp.azure.com:
restart: always
image: wso2/wso2is
ports:
- "9443:9443"
volumes:
- ./conf:/home/wso2carbon/wso2-config-volume
logging:
options:
max-size: "100m"
max-file: "10"
deploy:
resources:
limits:
cpus: '1'
memory: 1000M
reservations:
memory: 500M
I appreciate any help you can give me
Error
Uncaught (in promise) Invalid id_token in the token response: eyJ4NXQiOiJNell4TW1Ga09HWXdNV0kwWldObU5EY3hOR1l3WW1NNFpUQTNNV0kyTkRBelpenter code here`HUXpOR00wWkdSbE5qSmtPR.......
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
