Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Nov 13, 2024
1 parent 465a55c commit 724a113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ means that all metadata policies from all intermediates have been successfully a
to get metadata for OpenID RP, which will return an array (or null if no metadata is available for given entity type):

```php

// ...

$entityType = \SimpleSAML\OpenID\Codebooks\EntityTypesEnum::OpenIdRelyingParty;
Expand Down Expand Up @@ -142,6 +141,7 @@ if (is_null($metadata)) {
return;
}
```

If getting metadata results in an exception, the metadata is considered invalid and is to be discarded.

### Additional verification of signatures
Expand Down

0 comments on commit 724a113

Please sign in to comment.