How to suppress error message after failed optional step in adaptive authentication script WSO2 IS
I have this adaptive authentication procedure for WSO2 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 (wso2is-6.1.0) – Default Scope Not Returned in Token Response
I’m using wso2is-6.1.0 and when I invoke the token endpoint with the password grant type without a scope, the default scope is not returned in the response.
WSO2 Identity Server (wso2is-6.1.0) – User Does Not Get Unlocked from the Carbon Console
I have implemented the wso2is-6.1.0 as a key manager to wso2am-4.3.0 and I have implemented an authentication policy where the user gets locked on creation by setting it up in identity-mgt.properties.
unable to update confirmationcode in wso2 IS(5.11) using scim 2.0
We are trying to update confirmationcode in wso2 using SCIM 2 rest API(WSO2 IS 5.11) but its giving 401 unauthorized below is the curl command
[
Update confirmationcode in WSO2 IS(5.11) using SCIM 2.0
We are trying to update confirmationcode in wso2 using SCIM 2 rest API(WSO2 IS 5.11) but its giving 401 unauthorized below is the curl command
WSO2 Identity Server (wso2is-5.12.0-beta3) – Kubernetes Clustering Issues
I am testing the deployment of wso2is-5.12.0-beta3 in a Kubernetes cluster and I have added the below mentioned hazelcast configuration to the deployment.toml according to the documentation.
WSO2 IS missing internal_login scope from obtained token
WSO2 Identity server documentation says that to use /t/{tenant-domain}/api/users/v1/me/sessions API i need to get ticket with internal_login
scope.
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?