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) +
+
+ ... +
+
+ +