summaryrefslogtreecommitdiffabout
path: root/include
Unidiff
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/uris.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opkele/uris.h b/include/opkele/uris.h
index a432b13..3243831 100644
--- a/include/opkele/uris.h
+++ b/include/opkele/uris.h
@@ -2,12 +2,14 @@
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"
9
8 #define STURI_OPENID10 "http://openid.net/signon/1.0" 10 #define STURI_OPENID10 "http://openid.net/signon/1.0"
9 #define STURI_OPENID11 "http://openid.net/signon/1.1" 11 #define STURI_OPENID11 "http://openid.net/signon/1.1"
10 #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" 12 #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon"
11 #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server" 13 #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server"
12 14
13 #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" 15 #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select"