Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwaldbieser/cas_oidc_cli_client
CAS OpenID Connect Command Line Client
https://github.com/cwaldbieser/cas_oidc_cli_client
Last synced: 26 days ago
JSON representation
CAS OpenID Connect Command Line Client
- Host: GitHub
- URL: https://github.com/cwaldbieser/cas_oidc_cli_client
- Owner: cwaldbieser
- License: gpl-3.0
- Created: 2022-07-27T18:29:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:30:52.000Z (about 2 months ago)
- Last Synced: 2024-11-07T17:34:04.129Z (about 2 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
CAS OIDC Client Utility
=======================Acts as an OIDC client against an Apereo CAS OIDC provider.
Example::
$ ./oidc_client.py https://cas.example.net/cas/oidc ./client_info.json jamesbond ./007.passwd
Client Configuration
--------------------Client information is passed into the program as a path to a JSON file with the following format::
{
"client_id": "the-client-id",
"client_secret": "some-secret-string-shared-with-the-oidc-provider",
"redirect_uris": ["the-redirect-url"]
}