0
DominaTang created
I am upgrading from ABP 8.2.3 to ABP 9, from the project template I created with ABP Studio, I noticed that OpenId seeding is within Identity Micro Service instead of standalone DBMigrator project.
However, I notice that CreateOrUpdateApplicationAsync() method is only called for Swagger UI, Angular, Public Web and Web. There is not call for each Micro Services.
How each Micro Service talk with Auth Server then?
1 Answer(s)
-
0
Hi,
How each Micro Service talk with Auth Server then
They are
Api resource
When the service receives a client request, it verifies the
access_token
with the Auth server.