Skip to content

Commit c2b28c8

Browse files
authored
Update README.md
1 parent 19d3ead commit c2b28c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
</div>
1313

14-
<pre align="center">[A simple Flask app that provides KeyCloak OIDC authN support for any web-app]</pre>
14+
<pre align="center">A simple Flask app that provides KeyCloak OIDC authN support for any web-app</pre>
1515

1616
<!-- Header block for project -->
1717

18-
[This repository provides a simple Flask app that (a) performs user authentication with a KeyCloak server using the OIDC Authorization Code Flow and then (b) forward proxies authenticated user requests to a web-app running on the same server. This Flask app must be running locally on the same server as this web-app, e.g., web-app is running as a set of containers running on a docker network. The KeyCloak authN endpoint is assumed to be deployed already. ]
18+
This repository provides a simple Flask app that (a) performs user authentication with a KeyCloak server using the OIDC Authorization Code Flow and then (b) forward proxies authenticated user requests to a web-app running on the same server. This Flask app must be running locally on the same server as this web-app, e.g., web-app is running as a set of containers running on a docker network. The KeyCloak authN endpoint is assumed to be deployed already.
1919

2020
## Features
2121

0 commit comments

Comments
 (0)