Skip to content

Commit cdc266c

Browse files
committed
Intitial implementation
1 parent be12203 commit cdc266c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Currently, the following OIDF features are supported:
2828
* federation participation limiting based on Trust Marks
2929
* endpoint for issuing configuration entity statement (statement about itself)
3030
* fetch endpoint for issuing statements about subordinates (registered clients)
31+
* subordinate listing endpoint
3132

3233
OIDF support is implemented using the underlying [SimpleSAMLphp OpenID library](https://github.com/simplesamlphp/openid).
3334

UPGRADE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ be fetched by RPs, and do the switch between "old" and "new" key pair when you f
1515
- Federation participation limiting based on Trust Marks
1616
- Endpoint for issuing configuration entity statement (statement about itself)
1717
- Fetch endpoint for issuing statements about subordinates (registered clients)
18+
- (from v6.1) Subordinate listing endpoint
1819
- Clients can now be configured with new properties:
1920
- Entity Identifier
2021
- Supported OpenID Federation Registration Types

templates/clients/includes/form.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@
143143

144144
<br>
145145
<h4>{{ 'OpenID Federation Related Properties'|trans }}</h4>
146-
146+
<span class="pure-form-message">
147+
{% trans %}In order for an entity to participate in federation contexts (for example, to be listed as subordinate to this OP), it must have an Entity Identifier and Federation JWKS set. {% endtrans %}
148+
</span>
147149
<label for="">{{ 'Is Federated'|trans }}</label>
148150
<label for="radio-option-federated-yes" class="pure-radio">
149151
<input type="radio"

0 commit comments

Comments
 (0)