In current Identity Server, we implemented the self issue JWT Token by calling **IssueClientJwtAsync **method in IdentityServerToolsExtensions. Is there a method provided the same feature in OpenIddict?
Thanks.
Hi, we found the builder.DisableAccessTokenEncryption(); in the AbpOpenIddictAspNetCoreModule.cs. Is there a way to enable back the Access Token Encryption?
Thanks.
Ordering Portal (Application) - Tenant Id "5AE94366-CC08-4CEA-AB6B-B0F133174A77" (User A: 3E85F091-4023-45B5-9763-1BB846FFE97D) Delivery Portal (Application) - Tenant Id "FF6B8037-2960-4B52-9846-592CF529435F" (User B: 116BAFC6-2993-44A9-8106-8136ECA6FFEA)
User A and User B have same username just different tenant only, so in this scenario, can we use the linked account to link User A and User B?
So that, user no need to login again when he/she switch over the Ordering Portal and Delivery Portal.