Skip to content

Commit

Permalink
feat: Post login Idp
Browse files Browse the repository at this point in the history
Signed-off-by: Hoang Pham <[email protected]>
  • Loading branch information
hweihwang committed Jul 1, 2024
1 parent df0ef8e commit 1f0a05c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/login_post.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<?php
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

/** @var array $_ */
?>
Please wait while you are redirected to the SSO server.

<form action="<?= $_['ssoUrl'] ?>" method="post">
Expand Down

0 comments on commit 1f0a05c

Please sign in to comment.