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: articles/active-directory-b2c/active-directory-b2c-tutorials-spa.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,9 @@ The sample supports sign-up, sign-in, profile editing, and password reset. This
111
111
112
112
### Sign up using an email address
113
113
114
+
> [!WARNING]
115
+
> After sign-up or sign-in, you might see an [insufficient permissions error](#error-insufficient-permissions). Due to the code sample's current implementation, this error is expected. This issue will be resolved in a future version of the code sample, at which time this warning will be removed.
116
+
114
117
1. Select **Login** to initiate the *B2C_1_signupsignin1* user flow you specified in an earlier step.
115
118
1. Azure ADB2C presents a sign-in page with a sign-up link. Since you don't yet have an account, select the **Sign up now** link.
116
119
1. The sign-up workflow presents a page to collect and verify the user's identity using an email address. The sign-up workflow also collects the user's password and the requested attributes defined in the user flow.
@@ -127,15 +130,15 @@ You can now use your email address and password to sign in to the application.
127
130
128
131
### Error: insufficient permissions
129
132
130
-
After you sign in, the app displays an insufficient permissions error-this is **expected**:
133
+
After you sign in, the application may return an insufficient permissions error:
131
134
132
135
```Output
133
136
ServerError: AADB2C90205: This application does not have sufficient permissions against this web resource to perform the operation.
You receive this error because the web application is attempting to access a web APIprotected by the demo directory, *fabrikamb2c*. Because your access token is valid only for your Azure AD directory, the API call is therefore unauthorized.
141
+
You receive this error because the web application is attempting to access a web API protected by the demo directory, *fabrikamb2c*. Because your access token is valid only for your Azure AD directory, the API call is unauthorized.
139
142
140
143
To fix this error, continue on to the next tutorial in the series (see [Next steps](#next-steps)) to create a protected web API for your directory.
0 commit comments