tyqo/oidc-auth

Plugin for Oidc Login

Maintainers

Package info

github.com/Tyqo/oidc-auth

Type:cakephp-plugin

pkg:composer/tyqo/oidc-auth

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.3 2026-05-04 18:41 UTC

This package is auto-updated.

Last update: 2026-05-04 18:41:32 UTC


README

A Plugin for Oicd Login in CakePHP. Wrote for Nextcloud Support. See Oicd Nextcloud App.

Install

composer require tyqo/oidc-auth

Configure

[
	...
	"OIDC" => [
		"clientId" => "CLIENTID",
		"clientSecret" => "CLIENTSECRET",
		"refreshTtl" => 3600,
		"redirectUri" => 'http://your.redirect/auth/callback',
		"scopes" => ["openid", "profile", "email"],
		"issuer" => "https://nextcloud.your.domain",
	],
]