When I try the password flow using the related application(client) and admin user, I get only access_token. Refresh token is missing.
Please share your http request info.
hi
https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory
hi
https://docs.abp.io/en/abp/latest/Modules/OpenIddict#updating-claims-in-access_token-and-id_token
hi
I will add a sample.
https://github.com/abpframework/abp/issues/14435
main.fbfd4e772f61baa1.js:1 invalid issuer in discovery document expected: https://t1.mydomain.com current: https://auth.mydomain.com
I see the /oauth-service.ts code and it should throw error when if (!this.skipIssuerCheck && doc.issuer !== this.issuer) {
https://github.com/manfredsteyer/angular-oauth2-oidc/blob/d95d7da788e2c1390346c66de62dc31f10d2b852/projects/lib/src/oauth-service.ts#L639
You have set skipIssuerCheck: true so the error should not throw.
hi
We will fix that in the next patch version of 6.0.
please share a project to liming.ma@volosoft.com
ok, I will confirm that.
https://github.com/abpframework/abp/issues/14435
ok, I see, I will add the new project to DomainTenantResolver