Relative Content

Tag Archive for wso2wso2-identity-server

WSO2 TOTP not working as port 9443 is getting appended to the url of Totp authentication page during subsequent login attempt

have wso2 installed in 2 nodes and each node have apache2 running on port 443 and wso2 running on 9443/9763 port. There is a load balancer for the nodes.
While implementing 2FA with Totp when user logs in for the first time he has to scan a QR code and then give the verification code in the next (Totp.jsp) page .
This works fine as no 9443 port is appended to the url while the process .

Wso2 identity server throwing noClassDefFound Error while initialising attribute finder extension when upgrading to v7.0.0 from v5.11.0

Currently i am using wso2 identity server v5.11.0 and my major use cases is xacml policy based authorization that uses a attribute finder extension to resolve attributes of policies to serve as PIP for policy evaluation.
Now we want to upgrade the identity server to v7.0.0 and to do so i have just changed identity server version on doing so, some of the java classes of the attribute finder extension throwing NoClassDefFoundError (Even though their are .class files in the jar package and working fine with v5.11.0).
Can anyone help me with this what i am missing here. Do i need to change my Pom file and how can i find the upgrade guide for this. The v7.0.0 guide didn’t even talked about the core architecture and other things related policies.

Wso2 IS 7.0 branding

Whenever I change the host name in deployment.toml branding customization will revert to default. How to fix that and what did I miss?