File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ This guide shows you how to log in users to your application with the [login pro
8
8
9
9
{%- if tenant() == "nav" %}
10
10
11
- !!! warning "The instructions below are for advanced use cases"
11
+ !!! warning "The instructions on this page are for advanced use cases"
12
12
13
- To log in a citizen, see the :dart: [guide to logging in with ID-porten](../idporten/how-to/login.md)
13
+ For most cases, you will want to use ID-porten or Entra ID directly:
14
14
15
- To log in an employee, see the :dart: [guide to logging in with Entra ID](../entra-id/how-to/login.md)
15
+ - To log in a citizen, see the :dart: [guide to logging in with ID-porten](../idporten/how-to/login.md)
16
+ - To log in an employee, see the :dart: [guide to logging in with Entra ID](../entra-id/how-to/login.md)
16
17
17
- For advanced use cases where you need to log in users with a generic OpenID Connect identity provider, follow the instructions below.
18
+ If you need to log in users with a generic OpenID Connect identity provider instead , follow the instructions below.
18
19
19
20
{%- endif %}
20
21
You can’t perform that action at this time.
0 commit comments