herrjemand / pam_oauth2

PAM module for authentication using OAuth2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAM module for authentication using OAuth2.0

The module allows to authenticate using OAuth access token, received from auth server.

Build module

cd pam_module
make build

Build auth server

cd auth_server
go build .

Get token from server

curl -g 'http://localhost:9096/token?grant_type=client_credentials&client_id=093452&client_secret=824102'

About

PAM module for authentication using OAuth2.0


Languages

Language:Go 95.1%Language:Makefile 4.9%