valtos / oidc-ss14
Sign in with SS14
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 11
Open Issues: 0
Language:Less
Type:flarum-extension
Requires
- flarum/core: ^1.3.1
- fof/oauth: ^1.3
This package is auto-updated.
Last update: 2025-03-10 17:05:54 UTC
README
A Flarum extension. Sign in with SS14
Installation
Install with composer:
composer require valtos/oidc-ss14:"*"
Updating
composer update valtos/oidc-ss14 php flarum cache:clear
Configuration
Once enabled, this extension will add a SS14
option to the settings page of fof/oauth
. Toggle SS14
on, and hit the configure icon.
It is imperitive that you grant the following scopes to your new application at SS14:
openid
email
profile
Set the callback URL as given in the extension settings.
Enter the Client ID
and Client Secret
as displayed in the Basic Information
page at SS14 into the Flarum configuration.
Enjoy logging in with your SS14 credentials!