Skip to content

Commit a2ddc83

Browse files
committed
Formatting improvement
1 parent 2011d70 commit a2ddc83

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

docs/simplesamlphp-reference-idp-remote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $metadata['entity-id-2'] = [
125125

126126
```php
127127
'OrganizationName' => [
128-
'en' => 'Example organization',
128+
'en' => 'Example organization',
129129
'no' => 'Eksempel organisation',
130130
],
131131
```

docs/simplesamlphp-scoping.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Scoping
22

3-
<!--
4-
This file is written in Markdown syntax.
5-
For more information about how to use the Markdown syntax, read here:
6-
http://daringfireball.net/projects/markdown/syntax
7-
-->
8-
93
[TOC]
104

115
Scoping allows a service provider to specify a list of identity providers in an
@@ -59,19 +53,21 @@ Example configuration:
5953
# Set ProxyCount
6054
'ProxyCount' => 2,
6155

62-
## RequesterID element
56+
## Retrieving information
57+
58+
### RequesterID element
6359

6460
To allow an identity provider to identify the original requester and the
6561
proxying identity providers, SimpleSAMLphp adds the RequesterID element to
6662
the request and if necessary the scoping element even if explicit scoping is
6763
not used.
6864

6965
The RequesterId elements are available from the state array as an array, for
70-
instance the authenticate method in an authentication source
66+
instance via the authenticate method on an authentication source.
7167

7268
$requesterIDs = $state['saml:RequesterID'];
7369

74-
## AuthenticatingAuthority element
70+
### AuthenticatingAuthority element
7571

7672
To allow a service provider to identify the authentication authorities that
7773
were involved in the authentication of the user, SimpleSAMLphp adds the
@@ -86,7 +82,7 @@ can be retrieved as an array from the authentication data.
8682
# Get the AuthenticatingAuthority
8783
$aa = $as->getAuthData('saml:AuthenticatingAuthority');
8884

89-
### Support
85+
## Support
9086

9187
If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own.
9288

0 commit comments

Comments
 (0)