diff options
Diffstat (limited to 'ideas.txt')
-rw-r--r-- | ideas.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ideas.txt b/ideas.txt new file mode 100644 index 0000000..f10cbb5 --- /dev/null +++ b/ideas.txt @@ -0,0 +1,19 @@ + +AuthSingleIdIdentifier https://id.familymembers.com/ +AuthSingleIdCookie openid +AuthSingleIdUserPrefix https://id.familymembers.com/ +AuthSingleIdUserSuffix +AuthSingleIdAttribute url alias count + +AX_TYPE_FNAME=http://example.com/schema/fullname +AX_VALUE_FNAME=John Smith +AX_TYPE_GENDER=http://example.com/schema/gender +AX_COUNT_GENDER=0 +AX_TYPE_FAV_DOG=http://example.com/schema/favourite_dog +AX_VALUE_FAV_DOG=Spot +AX_TYPE_FAV_MOVIE=http://example.com/schema/favourite_movie +AX_COUNT_FAV_MOVIE=2 +AX_VALUE_FAV_MOVIE_1=Movie1 +AX_VALUE_FAV_MOVIE_2=Movie2 +AX_UPDATE_URL=http://idconsumer.com/update?transaction_id=a6b5c41 + |