File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ If you haven't already created your own [Azure AD B2C Tenant](tutorial-create-te
46
46
47
47
If your application exchanges a code for a token, you need to create an application secret.
48
48
49
- 1 . Select ** Keys** and then click ** Generate key** .
50
- 2 . Select ** Save** to view the key. Make note of the ** App key** value. You use the value as the application secret in your application's code.
49
+ 1 . Navigate back to the newly created app after following above tutorial.
50
+ 2 . Select ** Keys** and then click ** Generate key** .
51
+ 3 . Select ** Save** to view the key. Make note of the ** App key** value. You use the value as the application secret in your application's code.
51
52
52
53
## Next steps
53
54
You can’t perform that action at this time.
0 commit comments