Skip to content

Commit 20e92b4

Browse files
committed
punctual signs
1 parent 0554039 commit 20e92b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This example was developed to show how Java Toolkit works.
22

3-
The com-folder contains the files youll copy into your Java application.
3+
The com-folder contains the files you'll copy into your Java application.
44
The sample-folder has a minimal webapp with the files on com-folder inside java-folder and The files index.jsp and consume.jsp inside webapp-folder.
55
index.jsp and consume.jsp are the ones that actually handle the SAML conversation.
66

@@ -19,7 +19,7 @@ What needs to be configured
1919
----------------------------
2020

2121
In the example above, SAML settings are divided into two parts, the application specific (const_assertion_consumer_service_url, const_issuer, const_name_identifier_format)
22-
and the user/account specific (idp_sso_target_url, x509certificate). Youll need to add your own code here to identify the user or user origin (e.g. by subdomain, ip_address etc.).
22+
and the user/account specific (idp_sso_target_url, x509certificate). You'll need to add your own code here to identify the user or user origin (e.g. by subdomain, ip_address etc.).
2323

2424
The following information needs to be available on the account:
2525

0 commit comments

Comments
 (0)