Sajith Ekanayaka

Results 25 issues of Sajith Ekanayaka

**Describe the issue:** A fix was done with https://github.com/wso2/product-is/issues/3856 to avoid prompting identifier first handler (IDF) if previously logged in with basic auth. But silent authentication flow is not handled....

bug

## Purpose Resolves https://github.com/wso2/product-is/issues/12044

**Describe the issue:** When `parseInt()` is used with Java 11, it was considered an Integer at java level and can be used for max-age property of setCookie() function (see the...

**Describe the improvement** The below config can be used to set/override properties of cookies. ``` [[identity.cookies]] name = "commonAuthId" domain = "test.com" httpOnly = true secure = true ``` According...

**Describe the issue:** The following query is executed 4-5 times per single authentication request despite the UserIDCache is there. ``` SELECT UM_USER_ID FROM UM_USER WHERE LOWER(UM_USER_NAME)=LOWER(?) AND UM_TENANT_ID=? ``` Due...

Type/Bug