Skip to content

Commit 2f37f6a

Browse files
committedJan 28, 2025··
auth/login: clarify warning for advanced usage
1 parent 9a55e70 commit 2f37f6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎docs/auth/how-to/login.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ This guide shows you how to log in users to your application with the [login pro
88

99
{%- if tenant() == "nav" %}
1010

11-
!!! warning "The instructions below are for advanced use cases"
11+
!!! warning "The instructions on this page are for advanced use cases"
1212

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:
1414

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)
1617

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.
1819

1920
{%- endif %}
2021

0 commit comments

Comments
 (0)
Please sign in to comment.