summaryrefslogtreecommitdiffabout
path: root/include/opkele/uris.h
Side-by-side diff
Diffstat (limited to 'include/opkele/uris.h') (more/less context) (show whitespace changes)
-rw-r--r--include/opkele/uris.h5
1 files changed, 5 insertions, 0 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
@@ -6,5 +6,10 @@
#define NSURI_OPENID10 "http://openid.net/xmlns/1.0"
#define STURI_OPENID10 "http://openid.net/signon/1.0"
+#define STURI_OPENID11 "http://openid.net/signon/1.1"
+#define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon"
+#define STURI_OPENID20_OP "http://specs.openid.net/auth/2.0/server"
+
+#define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select"
#endif /* __OPKELE_URIS_H */