+ {props.federation.trust_domain} |
+ {props.federation.bundle_endpoint_url} |
+ {props.federation.BundleEndpointProfile.HttpsSpiffe ? 'https_spiffe' : 'https_web'} |
+
+ {JSON.stringify(props.federation, null, ' ')}
+ |
+
+)
+
+class FederationList extends Component