Skip to content

Commit a09bfc4

Browse files
Merge pull request #5291 from sagara-gunathunga/master
Fixed broken links
2 parents c4dd395 + edb4cbb commit a09bfc4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

en/includes/complete-guides/angular/add-login-and-logout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Clicking on the login button will initiate an OIDC request. You can observe this
8080

8181
![OIDC request]({{base_path}}/assets/img/complete-guides/angular/image16.png){: width="800" style="display: block; margin: 0;"}
8282

83-
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisites]({{ base_path }}/complete-guides/react/prerequisites) section. Now can enter the username and password of the test user to the login screen.
83+
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisite]({{ base_path }}/complete-guides/angular/prerequisite) section. Now can enter the username and password of the test user to the login screen.
8484

8585
!!! tip "Tip"
8686

en/includes/complete-guides/fesecurity/public-clients.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When a user logging into an application, the client (the application) generates
2020

2121
The client initiates the OAuth 2.0 flow by sending an authorization request to the Authorization Server (IdP). This request includes the code challenge and the code challenge method (either plain or S256, indicating the hashing algorithm used) as indicated in the image below.
2222

23-
![PKCE code chalange]({{base_path}}/assets/img/complete-guides/fesecurity/mage5.png){: width="800" style="display: block; margin: 0;"}
23+
![PKCE code chalange]({{base_path}}/assets/img/complete-guides/fesecurity/image5.png){: width="800" style="display: block; margin: 0;"}
2424

2525

2626
After successful authentication, the IdP generates an authorization code and sends it back to the client. The client now makes a request to the token endpoint to exchange the authorization code for an access token. This request includes the authorization code and the code verifier (the original random string) as indicated in the image below.

en/includes/complete-guides/javascript/add-login-and-logout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Clicking on the login button will initiate an OIDC request. You will be able to
8181

8282
{{product_name}} will receive this authorization request and respond by redirecting the user to a login page to enter their credentials.
8383

84-
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisites]({{ base_path }}/complete-guides/react/prerequisites) section. Now can enter the username and password of the test user to the login screen.
84+
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisite]({{ base_path }}/complete-guides/javascript/prerequisite) section. Now can enter the username and password of the test user to the login screen.
8585

8686

8787
If the login is successful, you should be able to see the application as shown below.

en/includes/complete-guides/nextjs-b2b/register-an-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Authorized redirect URL: `http://localhost:3000/api/auth/callback/asgardeo`
1313

14-
![Register a new application](image4.png){: width="800" style="display: block; margin: 0;"}
14+
![Register a new application]({{base_path}}/assets/img/complete-guides/nextjs-b2b/image4.png){: width="800" style="display: block; margin: 0;"}
1515

1616
!!! Info
1717

en/includes/complete-guides/nextjs/add-login-and-logout.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Once the application is started, you will see the homepage of the application wi
6363

6464
Clicking on the login button will initiate an OIDC request. You will be able to observe the authorize request in the browser devtools as follows. To see this, right click on the application and click inspect and switch to the network tab. In the filter input, type “authorize”, and click on the sign in button.
6565

66-
![OIDC request]({{base_path}}/assets/img/complete-guides/nextjs/mage6.png){: width="800" style="display: block; margin: 0;"}
66+
![OIDC request]({{base_path}}/assets/img/complete-guides/nextjs/image6.png){: width="800" style="display: block; margin: 0;"}
6767

6868
!!! tip "Tip"
6969

@@ -73,7 +73,7 @@ Clicking on the login button will initiate an OIDC request. You will be able to
7373

7474
![OIDC request]({{base_path}}/assets/img/complete-guides/nextjs/image7.png){: width="800" style="display: block; margin: 0;"}
7575

76-
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisites]({{ base_path }}/complete-guides/react/prerequisites) section. Now can enter the username and password of the test user to the login screen.
76+
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisite]({{ base_path }}/complete-guides/nextjs/prerequisite) section. Now can enter the username and password of the test user to the login screen.
7777

7878

7979

en/includes/complete-guides/react/add-login-and-logout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Asgardeo will receive this authorization request and respond by redirecting the
5656

5757
![OIDC request]({{base_path}}/assets/img//complete-guides/react//image16.png){: width="800" style="display: block; margin: 0;"}
5858

59-
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisites]({{ base_path }}/complete-guides/react/prerequisites) section. Now can enter the username and password of the test user to the login screen.
59+
At this stage, you should have already created a test user in {{product_name}}, as outlined in the [prerequisites]({{ base_path }}/complete-guides/react/prerequisite) section. Now can enter the username and password of the test user to the login screen.
6060

6161
If the login is successful, you should be able to see the application as shown below.
6262

0 commit comments

Comments
 (0)