aDynamic Authority for AddJwtBearer
I have an Mulit-tenant application using KeyCloak as Identity Broker.
There is TenantId in token through which , we will be able to identity which Tenant’s user it is.
Now, when authenticating the token, we use AddJwtBearer with Authority.
I want that Authority to be fetched from configuration based on TenantId.