Thumilan Mikunthan
Thumilan Mikunthan
In https://is.docs.wso2.com/en/6.0.0/guides/adaptive-auth/configure-adaptive-auth/ it says, `For JDK 17 runtime - Adaptive Authentication is disabled by default. You need to run adaptive.sh (adaptive.bat for Windows) in [IS-HOME]/bin ` commands need to be...
It was found that the following locations are not available in the IS Analytics according to the official documentation[1], - /repository/conf/datasources/master-datasources.xml - /repository/components/lib - /dbscripts/mysql.sql - /repository/conf/analytics/analytics-conf.xml - /repository/conf/user-mgt.xml -...
WSO2 IS 5.11 for secondary JDBC User store support sha-512 as one of having algorithms, but its not documented in the docs[1] Note: Ldap also support sha-512 and we noted...
Location : https://is.docs.wso2.com/en/latest/develop/enable-mobile-verification-for-an-updated-mobile-number/ In the forth step of Step 1 [https://is.docs.wso2.com/en/latest/develop/enable-mobile-verification-for-an-updated-mobile-number/#step-01-configuring-mobile-claim-verification-on-update](https://is.docs.wso2.com/en/latest/develop/enable-mobile-verification-for-an-updated-mobile-number/#step-01-configuring-mobile-claim-verification-on-update) ``` {"api_key"="4c9374", "api_secret"="FtqyPggE93", "from"="NEXMO", "to"={{mobile}}, "text"={{body}} } ``` Custom mapping **to** is binded to **{{mobile}}**, but in the code...
Recently we encountrerd the issue, https://github.com/wso2/product-is/issues/10358 and we fixed the solution in https://github.com/wso2-extensions/identity-governance/pull/453 This issue is to track the fix to doc update.
User impersonation involves a system's ability to temporarily grant access to another user's account, typically that of support personnel. This feature is invaluable for tasks such as troubleshooting, testing, or...
OAuth 2.0 Demonstrating Proof of Possession (DPoP) specification has been published recently [1]. We already have a soluction which developed from the draft phase of the specification [2]. We need...
With https://github.com/wso2/product-is/issues/16606, we were able to improve our DPoP connector with the latest specification. to ship it OOTB we need to do following tasks. - [ ] Develop feature component...
**Description:** This Issue is regarding improvement of Tenant Deletion. Please go through document below and you can find - Existing method description - Bugs in Existing Method - Existing methods...
We have an issue related to IDN_OIDC_JIT table is not getting cleared. So as per our current implementation for private key JWT client auth, client has to send the JWT...