2017 © Pedro Peláez
 

library socialnorm-keycloak

Keycloak provider for SocialNorm

image

irisit/socialnorm-keycloak

Keycloak provider for SocialNorm

  • Wednesday, October 5, 2016
  • by Bouhnosaure
  • Repository
  • 1 Watchers
  • 0 Stars
  • 141 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 29 % Grown

The README.md

Keycloak Provider for socialnorm

Custom provider for https://github.com/adamwathan/eloquent-oauth-l5, (*1)

just add irisit/socialnorm-keycloak to your main install, (*2)

More doc in comming, do no hesitate to contact me for more info or help !, (*3)

```php // config/eloquent-oauth.php return [ 'model' => User::class, 'table' => 'oauth_identities', 'providers' => [ 'facebook' => [ /* ... /], 'google' => [ / ... */], 'keycloak' => [ 'client_id' => 'xxxxxxx', 'client_secret' => 'xxxxxxxx', 'redirect_uri' => 'http://localhost.dev/keycloak/callback', 'scope' => [], 'auth_server' => 'http://keycloak.dev/auth', 'auth_realm' => 'mygreatrealm', ], ], ];, (*4)

The Versions

05/10 2016

dev-master

9999999-dev

Keycloak provider for SocialNorm

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexandre Mangin

05/10 2016

v0.0.1

0.0.1.0

Keycloak provider for SocialNorm

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexandre Mangin