You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/source/contents/usage.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Usage
2
2
-----
3
3
4
-
Some examples, how to run flask_op and django_op, but also some typical configuration in relation to common use cases.
4
+
Some examples, how to run [flask_op](https://github.com/IdentityPython/oidc-op/tree/master/example/flask_op) and [django_op](https://github.com/peppelinux/django-oidc-op) but also some typical configuration in relation to common use cases.
5
5
6
6
7
7
@@ -34,7 +34,7 @@ Get to the RP landing page to choose your authentication endpoint. The first opt
34
34
35
35

36
36
37
-
AS/OP accepted our authentication request and prompt to us the login form. Read passwd.json file to get credentials.
37
+
The AS/OP supports dynamic client registration, it accepts the authentication request and prompt to us the login form. Read [passwd.json](https://github.com/IdentityPython/oidc-op/blob/master/example/flask_op/passwd.json) file to get credentials.
38
38
39
39
----------------------------------
40
40
@@ -75,12 +75,12 @@ It is important to consider that only scope=offline_access will get a usable ref
0 commit comments