Skip to content

Commit

Permalink
add stub page for IPSIE
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Oct 3, 2024
1 parent 0198284 commit 6098c4e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/2/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@
<ul>
<li><a href="/fapi/">FAPI</a> (OpenID Foundation)</li>
<li><a href="/webauthn/">WebAuthn - Web Authentication</a></li>
<li><a href="/passkeys">passkeys</a> are a new way to sign in to services without a password</li>
<li><a href="/passkeys/">passkeys</a> are a new way to sign in to services without a password</li>
<li><a href="/http-signatures/">HTTP Message Signatures</a> - A generic HTTP message signing spec</li>
<li><a href="/openid-for-verifiable-credentials/">OpenID for Verifiable Credentials</a></li>
<li><a href="/ipsie/">IPSIE</a> - Interoperability Profile for Secure Identity in the Enterprise</li>
</ul>

<h3>Community Resources</h3>
Expand Down
33 changes: 33 additions & 0 deletions public/ipsie/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php
$page_title = "IPSIE - Interoperability Profile for Secure Identity in the Enterprise";
$page_section = "";
$page_secondary = "";
$page_meta_description = "IPSIE (Interoperability Profiling for Secure Identity in the Enterprise) is an OpenID working group dedicated to developing interoperability and security profiles of existing specifications that that enable secure identity management within the enterprise";

require('../../includes/_header.php');
?>

<div class="container">
<div>

<h2>IPSIE - Interoperability Profile for Secure Identity in the Enterprise</h2>

<p>The Interoperability Profiling for Secure Identity in the Enterprise (IPSIE) Work Group develops interoperability and security profiles of existing specifications that enable secure identity management within the enterprise.</p>

<ul>
<li>
<a href="https://openid.net/wg/ipsie/">IPSIE Working Group Home Page</a>
</li>
</ul>

<!--
<p>More resources
<ul>
</ul>
</p>
-->

</div>
</div>

<?php require('../../includes/_footer.php'); ?>

0 comments on commit 6098c4e

Please sign in to comment.