We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pam_aad.py
import json import logging import os import sys import adal with open('/etc/pam_aad.conf', 'r') as f: config = json.loads(f.read()) if (config['debug']): logging.basicConfig(level=logging.DEBUG) GRAPH_URL = 'https://graph.microsoft.com'
Source: https://github.com/AzureAD/azure-activedirectory-library-for-python/blob/dev/sample/device_code_sample.py
# Install missing dependency pip install adal # Run sudo python3 pam_aad.py
It can then be called either via pam_exec or openvpn_defer_auth, (See: #39 (comment)).
pam_exec
openvpn_defer_auth
See: https://github.com/AzureAD/azure-activedirectory-library-for-python
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pam_aad.py
Source: https://github.com/AzureAD/azure-activedirectory-library-for-python/blob/dev/sample/device_code_sample.py
It can then be called either via
pam_exec
oropenvpn_defer_auth
, (See: #39 (comment)).See: https://github.com/AzureAD/azure-activedirectory-library-for-python
The text was updated successfully, but these errors were encountered: