mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-03 08:07:59 +08:00
c167f25f50b1f66a75b10d26d1b840522b100362
Ocelot
Attempt at a .NET Api Gateway
This project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system.
In particular I want easy integration with IdentityServer reference and bearer tokens.
We have been unable to find this in my current workplace without having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already exists to do this.
Priorities
How to use
Configuration
An example configuration can be found here https://github.com/TomPallister/Ocelot/blob/develop/test/Ocelot.ManualTest/configuration.yaml
TBC really but example configuration for a route below.
Description
Languages
C#
99.9%