author | Michael Krelin <hacker@klever.net> | 2008-02-03 15:27:11 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-02-03 15:27:11 (UTC) |
commit | 5f742d37f78d626e0140632b28b072f892fd98c3 (patch) (unidiff) | |
tree | 41706d5315c5b2c49984dca977e2d90da0cc74ef | |
parent | 3658759966cbadb7b50457d446f3436b6f7987da (diff) | |
download | libopkele-5f742d37f78d626e0140632b28b072f892fd98c3.zip libopkele-5f742d37f78d626e0140632b28b072f892fd98c3.tar.gz libopkele-5f742d37f78d626e0140632b28b072f892fd98c3.tar.bz2 |
added return_to service type to uris.h
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/opkele/uris.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opkele/uris.h b/include/opkele/uris.h index c655a4b..a8bebc9 100644 --- a/include/opkele/uris.h +++ b/include/opkele/uris.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #define STURI_OPENID11 "http://openid.net/signon/1.1" | 13 | #define STURI_OPENID11 "http://openid.net/signon/1.1" |
14 | #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" | 14 | #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" |
15 | #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server" | 15 | #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server" |
16 | #define STURI_OPENID20_RT"http://specs.openid.net/auth/2.0/return_to" | ||
16 | 17 | ||
17 | #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" | 18 | #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" |
18 | 19 | ||