summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (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 a8bebc9..aae31a4 100644
--- a/include/opkele/uris.h
+++ b/include/opkele/uris.h
@@ -8,6 +8,8 @@
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"