Open cmshawns opened 7 years ago
Is it only me who is curious why scopeSeperator
is not scopeSep
arator
?
Is it only me who is curious why
scopeSeperator
is notscopeSep
arator
?
Nope, noticed it myself and was going to report as a bug, but given the backlog seems unlikely anybody would fix...
SwaggerUiConfig
provides two signatures forEnableOAuth2Support()
:Our service is authenticating against Azure Active Directory (AAD), so it needs an additional query parameter of
resource
, but authentication is using a native, multi-tenant app where individual service maintainers (e.g. tenants) should not have the client secret.This also means that the authentication flow should not be redirecting back to a page provided by the service. Rather, after logging into their tenant, users should be directed back to the URL they started at to continue using the service.