Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 73c2370

Browse files
authored
README.md
1 parent 1665a04 commit 73c2370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# oidcservice
2-
#Implementation of OIDC/OAuth2 services
2+
#### Implementation of OIDC/OAuth2 services
33

44
Oidcservice is the 3rd layer in the
55
JWTConnect stack (cryptojwt, oidcmsg, oidcservice, oidcrp)
@@ -16,7 +16,7 @@ Each Service instance has 3 major methods:
1616
* parse_response
1717
* update_service_context
1818

19-
###get_request_parameters
19+
#### get_request_parameters
2020

2121
This method will return a dictionary with the information you need to
2222
do a HTTP request with your favorite HTTP client library.
@@ -61,4 +61,4 @@ print(oidc_response.to_dict())
6161
```
6262

6363
The output should then be a dictionary with the provider information for
64-
Google's OP.
64+
Google's OP.

0 commit comments

Comments
 (0)