File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # OpenID Federation Tools (draft 45 )
1+ # OpenID Federation Tools (draft 47 )
22
33To use it, create an instance of the class ` \SimpleSAML\OpenID\Federation ` .
44
@@ -29,7 +29,7 @@ class Test
2929 {
3030 // Instantiation example by using default options.
3131 // * 'RS256' as a supported algorithm
32- // * no caching support (not recommended for production environment)
32+ // * no caching support (not recommended for a production environment)
3333 // * no logging support
3434 $federationTools = new Federation();
3535
@@ -290,7 +290,7 @@ try {
290290
291291You can use an Entity Statement Factory to quickly create Entity Statements.
292292Since Entity Statements are signed JWTs (JWS), you have to have your private
293- key prepared which will be used to sign them.
293+ key prepared, which will be used to sign them.
294294
295295``` php
296296
@@ -337,7 +337,7 @@ $entityStatement = $federationTools->entityStatementFactory()->fromData(
337337 $jwtHeader,
338338);
339339
340- // Get Entity Statement token string (JWS). Default serialization is
340+ // Get Entity Statement token string (JWS). The default serialization is
341341// JwsSerializerEnum::Compact.
342342$entityStatementToken = $entityStatement->getToken();
343343
You can’t perform that action at this time.
0 commit comments