Added custom grant type named "auto_token" to application/client
["ept:logout","gt:authorization_code","rst:code","ept:authorization","ept:token","ept:revocation","ept:introspection","scp:address","scp:email","scp:phone","scp:profile","scp:roles","gt:auto_token","scp:AccountService","scp:IdentityService","scp:AdministrationService","scp:SaasService","scp:ProductService"]
this is the result get from OpenIddictApplications permission column.
nope. how do i add this in AuthServer app?
but without user interaction, how to achieve it?
after
await SignInManager.SignInAsync(user, isPersistent: false);
how to get access token?
Hi there, i have a question whether able to do a auto login / generate token onbehalf of client (without pw) after email confirmation flow during signup?
Any approach i can use to do? I am not familiar with AuthServer OpenIddict which abp supports it and our platform is using, is there any solution can achieve this?
Im using Microservice template.
im using this command, and my cli remains 8.0.1.
abp new OrderService -t microservice-service-pro
but anyway is not this command affect, because the sample test is correct, just that the one create from abp suite CRUD generator, ticked the Create unit & integration tests
i have checked, the product test project that auto created when create new solution from microservice template using abp suite, code wise is different from the new microservice that we create using the abp command to add microservice-pro and use abp suite to create new entity
i unable to send through the whole project, its too huge.
Hi there, please check accordingly