Zahid

Results 5 issues of Zahid

When using pagination can we return extra data like total_pages, previous_page_no? For example for 100 records and for pagination value to 25 for requesting 25th to 50th record, response can...

I am using JWT tokens in http only **cookies** along with csrf tokens. I want to extend my solution for the mobile platform, Is it possible. Can you add any...

When I try to bold text type face, unit typeface is also changing (becomes bold) `courseProgress.setTextTypeface(Typeface.create("sans-serif", Typeface.BOLD));` Even `courseProgress.setUnitTextTypeface(Typeface.create("sans-serif", Typeface.Normal));` OR `courseProgress.setUnitTextTypeface(Typeface.DEFAULT);` did not help

As per this [documentation](https://learn.microsoft.com/en-us/azure/active-directory-b2c/b2clogin#what-endpoints-does-this-apply-to), I think the base URL for backend "azuread-b2c-oauth2" for custom domain should be **BASE_URL** = "https://{authority_host}/{tenant_name}.onmicrosoft.com" but not **BASE_URL** = "https://{tenant_name}.{authority_host}/{tenant_name}.onmicrosoft.com" From Azure documentation: > With...

It seems the **AzureADB2COAuth2** backend is missing [send a sign-out request](https://learn.microsoft.com/en-us/azure/active-directory-b2c/openid-connect#send-a-sign-out-request) implementation **API** `GET https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/logout?post_logout_redirect_uri=https%3A%2F%2Fjwt.ms%2F`