hi
Can you share the class code of AssessmentFileColumnDto
?
Thanks.
hi
I will check your steps. Thanks.
hi
The error is The issuer associated to the specified token is not valid.
The issuer
in your access token is https://authuatdoestars.sd.gov/realms/blender
You should use the access token issuer by ABP(OpenIddict)
hi
You don't need to download the entire project.
IdentitySessionConsts
's properties are static
. You can change them in your project.
hi
You can change the IdentitySessionConsts
and add new migrations.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentitySessionConsts.cs#L5-L13
hi
. I'm using AbpExternalProviderOptions instead of WithDynamicOptions so I can set the Tenant ID in the web GUI
You should use the WithDynamicOptions
, and you can set the Tenant ID in External provider
page.
https://abp.io/docs/latest/modules/account-pro#install-a-new-external-login
Have you encountered any problems with WithDynamicOptions
?
Thanks.
hi
If a user knows the name of a tenant, they can also switch tenants before external login. Maybe this isn't a problem.
Thanks
hi
Can you test this in a new microservice solution?
If it still not working, Please share your steps.
Thanks.