i'm developing api commercialized in b2b saas fashion. goal authenticate worker of company. have sdk should able that. there possibility force each user set credentials specific our service, hurt integration companies applications.
the idea have kind of authentication (client independent) make easier authenticate users.
the question is: there easy way create automatic process not depend on client type of authentication methods, type of task?
thanks in advance.
have taken @ azure ad? supports multi-tenant scenarios.
tenants can use azure ad connect sync on-premise directory cloud. clients can use adal acquire token service trusts. issued token contains tenant-id
claim indicating via tenant user logged in.
Comments
Post a Comment