Activities of "viswajwalith"

can we try again in zoom

can we try again in zoom

hi

I am ready to join now

https://docs.abp.io/en/abp/latest/Text-Templating-Razor

We followed the link and created the hello template but it is not showing in list.

Thank you, It is triggering when we using the template. How to add this template to text templates module, show in Grid and edit its content.

hi

The Introspection Endpoint can be used to validate tokens. https://identityserver4.readthedocs.io/en/latest/endpoints/introspection.html

Thanks, I will try and update you.

Hi @liangshiwei ,

Basically we are trying to implement finger print Login in our Mobile Application. Below are the steps that we are trying to implement the same.

  1. Store the Username & Password (encrypted) in our App Storage
  2. Allowing the user to login with Fingerprint
  3. Mobile App will send a request to generate access token " /connect/token " by passing the clientId, Client Secret, username & Password. we are getting the Generated Access Token
  4. Mobile App send the Access token to our WebSIte
  5. In Our WebApplication we would like to validate the passed token and create user claims to redirect the user to Home Page

Note: No much functionality/pages in our Mobile Application. Just redirecting to our website only.

Hope I provided the details needed.

Not Exactly, basically we need to validate AccessToken and create a user claimns and send the user to login page. If needed we may add new controller in our Web/Auth server as well.

Hi,

I remember that native apps like android and ios apps don't have cookies, make a mobile login page to send a request to the token endpoint is a better way.

Hi @Liangshiwei, yes we are able to use the generate the token by calling token URL, but our main query is what is way to login into the application by passing generated token and avoid login challange during this process

we'll test and get back to you

Sure will be waiting for ur response.

Showing 201 to 210 of 242 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30