Skip to content

Commit cb7728c

Browse files
authored
Removing inacurate license checks from doc
SSPR does not directly perform per-user license checks. Azure AD requires that users making use of a feature are licensed.
1 parent f8d8b42 commit cb7728c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/active-directory/authentication/concept-sspr-howitworks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ A user can reset or change their password using the [SSPR portal](https://aka.ms
3232
* Is the user account valid?
3333
* What organization does the user belong to?
3434
* Where is the user's password managed?
35-
* Is the user licensed to use the feature?
3635

3736
When a user selects the **Can't access your account** link from an application or page, or goes directly to [https://aka.ms/sspr](https://passwordreset.microsoftonline.com), the language used in the SSPR portal is based on the following options:
3837

@@ -42,8 +41,8 @@ When a user selects the **Can't access your account** link from an application o
4241

4342
After the SSPR portal is displayed in the required language, the user is prompted to enter a user ID and pass a captcha. Azure AD now verifies that the user is able to use SSPR by doing the following checks:
4443

45-
* Checks that the user has SSPR enabled and is assigned an Azure AD license.
46-
* If the user isn't enabled for SSPR or doesn't have a license assigned, the user is asked to contact their administrator to reset their password.
44+
* Checks that the user has SSPR enabled.
45+
* If the user isn't enabled for SSPR, the user is asked to contact their administrator to reset their password.
4746
* Checks that the user has the right authentication methods defined on their account in accordance with administrator policy.
4847
* If the policy requires only one method, check that the user has the appropriate data defined for at least one of the authentication methods enabled by the administrator policy.
4948
* If the authentication methods aren't configured, the user is advised to contact their administrator to reset their password.

0 commit comments

Comments
 (0)