Skip to content

Commit 2401586

Browse files
fixed links and some missed line break to README files
1 parent cde5a4b commit 2401586

File tree

35 files changed

+59
-62
lines changed
  • picketlink-federation-saml-sp-post-basic
  • picketlink-federation-saml-sp-post-with-signature
  • picketlink-federation-saml-sp-post-with-ssl

35 files changed

+59
-62
lines changed

picketlink-angularjs-rest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ picketlink-angularjs-rest: PicketLink AngularJS and REST Security
33
Author: Maximos Sapranidis
44
Level: Intermediate
55
Technologies: CDI, PicketLink, REST, HTML5, AngularJS, JSON, JWT, JWS
6-
Summary: Demonstrates how to use PicketLink and Angular.js to secure a RESTful (JAX-RS) JEE application.
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
6+
Summary: Demonstrates how to use PicketLink and Angular.js to secure a RESTful (JAX-RS) JEE application.
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99

1010
What is it?

picketlink-authentication-facebook/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
picketlink-authentication-facebook: PicketLink Authentication with Facebook login
22
===============================
3-
Author: Anil Saldhana
4-
Technologies: CDI, PicketLink
5-
Summary: Basic example that demonstrates facebook authentication using PicketLink
6-
Target Product: EAP
7-
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>
3+
Author: Anil Saldhana
4+
Technologies: CDI, PicketLink
5+
Summary: Basic example that demonstrates facebook authentication using PicketLink
6+
Target Product: EAP
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99
What is it?
1010
-----------

picketlink-authentication-form-terms/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
picketlink-authentication-form: PicketLink HTTP FORM Authentication
22
===============================
3-
Author: Anil Saldhana
4-
Level: Beginner
5-
Technologies: CDI, PicketLink, JSF
6-
Summary: Basic example that demonstrates simple username/password authentication using the FORM Authentication with a JSF view layer
7-
with a Terms of Service page.
8-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
3+
Author: Anil Saldhana
4+
Level: Beginner
5+
Technologies: CDI, PicketLink, JSF
6+
Summary: Basic example that demonstrates simple username/password authentication using the FORM Authentication with a JSF view layer with a Terms of Service page.
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
98

109

1110
What is it?

picketlink-authentication-form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Anil Saldhana
44
Level: Beginner
55
Technologies: CDI, PicketLink, JSF
66
Summary: Basic example that demonstrates simple username/password authentication using the FORM Authentication with a JSF view layer
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99

1010
What is it?

picketlink-authentication-http-basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
picketlink-authentication-http-basic: PicketLink HTTP Basic Authentication
22
===============================
33
Author: Pedro Igor
4-
Level: Beginner
4+
Level: Beginner
55
Technologies: CDI, PicketLink, JSF
66
Summary: Basic example that demonstrates simple username/password authentication using the HTTP Basic scheme with a JSF view layer
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99

1010
What is it?

picketlink-authentication-http-client-cert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Pedro Igor
44
Level: Intermediate
55
Technologies: CDI, PicketLink
66
Summary: Basic example that demonstrates simple username/password authentication using the HTTP CLIENT-CERT scheme
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99

1010
What is it?

picketlink-authentication-http-digest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Pedro Igor
44
Level: Beginner
55
Technologies: CDI, PicketLink, JSF
66
Summary: Basic example that demonstrates simple username/password authentication using the HTTP Digest scheme with a JSF view layer
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99

1010
What is it?

picketlink-authentication-idm-jsf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Level: Beginner
55
Technologies: CDI, PicketLink, JSF
66
Summary: Basic example that demonstrates simple username/password authentication using a default PicketLink IDM configuration with a JSF view layer
77
Target Product: EAP
8-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
8+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
99

1010
What is it?
1111
-----------

picketlink-authentication-idm-multi-tenancy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Pedro Igor
44
Level: Intermediate
55
Technologies: CDI, PicketLink, JSF
66
Summary: Basic example that demonstrates how to use multi-tenancy using PicketLink with a JSF view layer
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99

1010
What is it?

picketlink-authentication-jsf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Shane Bryzak
44
Level: Beginner
55
Technologies: CDI, PicketLink
66
Summary: Basic example that demonstrates simple username/password authentication using PicketLink
7-
Source: <https://github.com/picketlink/picketlink-quickstarts/>
7+
Source: <https://github.com/jboss-developer/jboss-picketlink-quickstarts/>
88

99
What is it?
1010
-----------

0 commit comments

Comments
 (0)