-
Notifications
You must be signed in to change notification settings - Fork 58
/
README
22 lines (17 loc) · 791 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OpenID4Java Samples
* formredirection
JSP helper file for generating indirect messages (Authentication Requests
and Responses) through HTML FORM Redirection.
* simple-openid
An openid demo consumer and provider using only JSPs.
* consumer-servlet
An openid demo consumer using servlet.
* demorp
Demonstrative Relying Party implementation, featuring Attribute Exchange
and OpenID Infocards support.
See demorp/INSTALL for installation and configuration instructions.
* infocardop
Stripped down OpenID Provider implementation, adapted for the protocol flow
described by the OpenID Information Cards specification : handles only direct
verification (openid.mode=check_authentication) requests.
See infocardop/INSTALL for installation and configuration instructions.