File: README

package info (click to toggle)
openid4java 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,912 kB
  • sloc: java: 14,510; xml: 2,402; jsp: 865; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (5)
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.