author | Michael Krelin <hacker@klever.net> | 2009-12-22 21:40:34 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-22 21:40:34 (UTC) |
commit | 4efc6b580f285014f5e8d2f1598f98dc375c7604 (patch) (unidiff) | |
tree | 08b6c02522f4d751739e70f5ae956df1ccf2b49d /include | |
parent | 282e937cefbca9ebb564e83e79f5e5b136ec960d (diff) | |
download | libopkele-4efc6b580f285014f5e8d2f1598f98dc375c7604.zip libopkele-4efc6b580f285014f5e8d2f1598f98dc375c7604.tar.gz libopkele-4efc6b580f285014f5e8d2f1598f98dc375c7604.tar.bz2 |
added missing AX/OAUTH URI definitions
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/opkele/uris.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opkele/uris.h b/include/opkele/uris.h index a8bebc9..aae31a4 100644 --- a/include/opkele/uris.h +++ b/include/opkele/uris.h | |||
@@ -1,20 +1,22 @@ | |||
1 | #ifndef __OPKELE_URIS_H | 1 | #ifndef __OPKELE_URIS_H |
2 | #define __OPKELE_URIS_H | 2 | #define __OPKELE_URIS_H |
3 | 3 | ||
4 | #define NSURI_XRDS "xri://$xrds" | 4 | #define NSURI_XRDS "xri://$xrds" |
5 | #define NSURI_XRD "xri://$xrd*($v*2.0)" | 5 | #define NSURI_XRD "xri://$xrd*($v*2.0)" |
6 | #define NSURI_OPENID10 "http://openid.net/xmlns/1.0" | 6 | #define NSURI_OPENID10 "http://openid.net/xmlns/1.0" |
7 | 7 | ||
8 | #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0" | 8 | #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0" |
9 | #define OIURI_SREG10 "http://openid.net/sreg/1.0" | 9 | #define OIURI_SREG10 "http://openid.net/sreg/1.0" |
10 | #define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1" | 10 | #define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1" |
11 | #define OIURI_AX10 "http://openid.net/srv/ax/1.0" | ||
12 | #define OIURI_OAUTH10 "http://specs.openid.net/extensions/oauth/1.0" | ||
11 | 13 | ||
12 | #define STURI_OPENID10 "http://openid.net/signon/1.0" | 14 | #define STURI_OPENID10 "http://openid.net/signon/1.0" |
13 | #define STURI_OPENID11 "http://openid.net/signon/1.1" | 15 | #define STURI_OPENID11 "http://openid.net/signon/1.1" |
14 | #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" | 16 | #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" |
15 | #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server" | 17 | #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" | 18 | #define STURI_OPENID20_RT"http://specs.openid.net/auth/2.0/return_to" |
17 | 19 | ||
18 | #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" | 20 | #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" |
19 | 21 | ||
20 | #endif /* __OPKELE_URIS_H */ | 22 | #endif /* __OPKELE_URIS_H */ |