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