From db261147c29217d96a02e27e631a5034b5ac5ff0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 14 Nov 2017 20:02:01 +0000 Subject: [PATCH] WIP resource owner password --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f88a83c..8cb3ba1 100644 --- a/index.html +++ b/index.html @@ -282,9 +282,9 @@

- Authorization Dialog URL: + Authorization Dialog URL
- (this is the URL part of subject@issuer) + (this is what opens the login dialog box with the checkboxes and such)
@@ -299,6 +299,48 @@
+
+
+
+
+ Credential Exists URL +
+ (this is the endpoint that reports if the user exists and what their proof-strategy is) +
+
+ ... +
+
+ +
+
+
+
+ Credential OTP URL +
+ (this is the URL that sends your one-time password via email) +
+
+ ... +
+
+ +
+
+
+
+ Resource Owner Password URL +
+ (this is the URL that native apps and APIs use to login) +
+ (it's also a bit of a misnomer, it should be *proof* rather than password) +
+
+ ... +
+
+ +