You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/auth/README.md
+11-13
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
tags: [auth, explanation]
3
3
description: Services and addons to support authentication and authorization in your applications.
4
4
---
5
-
# Authentication and authorization
5
+
# Authentication and authorization overview
6
6
7
7
NAIS helps your applications [log in users](#logging-in-users), [validate inbound requests](#validating-inbound-requests) and [make authenticated outbound requests](#making-outbound-requests) using the following identity providers:
8
8
@@ -26,16 +26,17 @@ NAIS helps your applications [log in users](#logging-in-users), [validate inboun
26
26
27
27
</div>
28
28
29
-
Your application may have multiple authentication use cases that may require a combination of services.
29
+
Your application may have multiple use cases that can require a combination of services.
30
30
31
-
Check out the different scenarios below to see which service(s) you need for your application.
31
+
See the different scenarios below to identify which service(s) you need for your application, and follow the links to the respective service for more details.
0 commit comments