http
HTTP/1.1 200 OK
Content-Type: text/html
Permissions-Policy: storage-access=(self "https://sso.identity-provider.example.com")
<!DOCTYPE html>
<html>
<head><title>Partner Portal</title></head>
<body>
<iframe src="https://sso.identity-provider.example.com/login-widget"
allow="storage-access"></iframe>
<script>
// In the iframe context:
// document.requestStorageAccess().then(() => {
// // Access cookies for authentication
// });
</script>
</body>
</html>