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.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/opkele/uris.h b/include/opkele/uris.h
new file mode 100644
index 0000000..56c2d6d
--- a/dev/null
+++ b/include/opkele/uris.h
@@ -0,0 +1,18 @@
1#ifndef __OPKELE_URIS_H
2#define __OPKELE_URIS_H
3
4 #define NSURI_XRDS "xri://$xrds"
5 #define NSURI_XRD "xri://$xrd*($v*2.0)"
6 #define NSURI_OPENID10 "http://openid.net/xmlns/1.0"
7
8 #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0"
9 #define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1"
10
11 #define STURI_OPENID10 "http://openid.net/signon/1.0"
12 #define STURI_OPENID11 "http://openid.net/signon/1.1"
13 #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon"
14 #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server"
15
16 #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select"
17
18#endif /* __OPKELE_URIS_H */