'AspNetBoilerplate: Use single authentication provider for multiple applications

We have multiple ASP Net Boilerplate applications and we are trying to use a single authentication provider for all of them, in a way that we can get a bearer token from an authentication API and use the same token for each application.

The documentation about External Authentication doesn't seem to cover this, and I haven't been able to find additional information regarding this.

Is there a way to implement this? Or maybe something similar to what we are looking for?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source