Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanikaRuchini committed Mar 24, 2022
1 parent e6a0496 commit e0a57bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/integrating_with_existing_webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ The structure of the oidc-sample-app we are configuring would be as follows:
```
These properties are required for the OIDC SDK to communicate with Asgardeo.
```
If you have a multi page application and want to redirect users to a specific page(eg:myApp.jsp) after successful
authentication you can add the following property to the oidc-sample-app.properties file.
homePage=myApp.jsp
```

3. Next, we need to find and set JKS properties required for IS server communication. For that, create a file named jks
.properties in the resources directory. The content of the jks.properties file should be similar to:

Expand Down

0 comments on commit e0a57bb

Please sign in to comment.