We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933ab51 commit 0b33457Copy full SHA for 0b33457
docs/source/contents/security.md
@@ -5,7 +5,7 @@ Authentication and Authorization are quite security relevant topics on its own.
5
Make sure you understand SAML2 and its implications, specifically the
6
separation of duties between Service Provider (SP) and Identity Provider (IdP):
7
this library aims to support a Service Provider in getting authenticated with
8
-against one or more IdP.
+with one or more Identity Provider.
9
10
Communication between SP and IdP is routed via the Browser, eliminating the
11
need for direct communication between SP and IdP. However, for security the use
0 commit comments