Skip to content

Commit a5491c4

Browse files
Switch some png images to svg versions
These are much smaller in size and scale on all devices better.
1 parent eb36220 commit a5491c4

7 files changed

Lines changed: 402 additions & 5 deletions

File tree

src/content/docs/identityserver/fundamentals/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It is very important that you understand how it works when building the login pa
4848
Recall the diagram showing the relationship of your custom UI pages and the IdentityServer middleware in your
4949
IdentityServer host application:
5050

51-
![middleware diagram](../overview/images/middleware.png)
51+
![middleware diagram](../overview/images/middleware.svg)
5252

5353
When your IdentityServer receives an authorize request, it will inspect it for a current authentication session for a
5454
user. This authentication session is based on ASP.NET Core's authentication system and is ultimately determined by a

src/content/docs/identityserver/overview/big-picture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
Most modern applications look more or less like this:
1414

15-
![an architecture diagram for modern applications with clients and services](./images/appArch.png)
15+
![an architecture diagram for modern applications with clients and services](./images/application-architecture.svg)
1616

1717
The most common interactions are:
1818

@@ -31,7 +31,7 @@ across those applications and endpoints.
3131

3232
Restructuring the application to support a security token service leads to the following architecture and protocols:
3333

34-
![an architecture diagram showing where OAuth 2.0 is used](./images/protocols.png)
34+
![an architecture diagram showing where OAuth 2.0 is used](./images/protocols.svg)
3535

3636
Such a design divides security concerns into two parts:
3737

@@ -78,7 +78,7 @@ depending on your needs)
7878
and add the IdentityServer middleware to that application. The middleware adds the necessary protocol heads to the
7979
application so that clients can talk to it using those standard protocols.
8080

81-
![IdentityServer middleware diagram and its relatinship in the ASP.NET Core pipeline](./images/middleware.png)
81+
![IdentityServer middleware diagram and its relatinship in the ASP.NET Core pipeline](./images/middleware.svg)
8282

8383
The hosting application can be as complex as you want, but we typically recommend to keep the attack surface as small as
8484
possible by including

src/content/docs/identityserver/overview/images/application-architecture.svg

Lines changed: 97 additions & 0 deletions
Loading

src/content/docs/identityserver/overview/images/middleware.svg

Lines changed: 69 additions & 0 deletions
Loading

src/content/docs/identityserver/overview/images/protocols.svg

Lines changed: 164 additions & 0 deletions
Loading

src/content/docs/identityserver/overview/images/terminology.svg

Lines changed: 67 additions & 0 deletions
Loading

src/content/docs/identityserver/overview/terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
The specs, documentation and object model use a certain terminology that you should be aware of.
1414

15-
![a basic diagrams showing the relationship between users, clients, identityserver, and resources](./images/terminology.png)
15+
![a basic diagrams showing the relationship between users, clients, identityserver, and resources](./images/terminology.svg)
1616

1717
## Duende IdentityServer
1818

0 commit comments

Comments
 (0)