oidc-agent
  • Introduction
  • Quickstart
  • Migrating to oidc-agent 5
  • Installation
    • Linux
    • MacOS
    • Windows
  • Configuration
    • oidc-agent Directory
    • General Configuration
    • Custom Request Parameter
    • Configuration of Providers
    • oidc-agent Integration
    • Agent Forwarding
  • Usage
    • oidc-agent
      • Starting oidc-agent
      • General Usage
      • Detailed Information About All Options
    • oidc-agent-service
    • oidc-keychain
      • General Usage
      • Detailed Information About All Options
    • oidc-gen
      • General Usage
      • Detailed Information About All Options
      • Integrate With Different Providers
        • B2Access
        • EGI
        • Elixir
        • Google
        • HBP
        • Helmholtz AAI
        • IAM (INDIGO/DEEP)
        • KIT
        • Any Other Provider
        • Known Issues
        • Client Configuration Values
    • oidc-add
      • General Usage
      • Detailed Information About All Options
    • oidc-token
      • General Usage
      • Detailed Information About All Options
    • oidc-tokensh
      • General Usage
      • Detailed Information About All Options
    • Other Applications Using oidc-agent
    • Tips
    • oidc-agent-server
  • Windows
    • Installation
  • MAC OS
    • State of Feature Support
    • Installation
  • Security
    • Privilege Separation & Architecture
    • Account Configuration Files
    • Credentials
    • Memory
    • Agent Locking
    • Communication
    • Encryption Passwords
    • Autounload (Lifetime)
    • User Confirmation
    • Tracing
    • seccomp
    • Final Note
  • API
    • liboidc-agent4
    • liboidcagent-go
    • liboidcagent-py
    • IPC-API
Powered by GitBook
On this page
  • Install with Homebrew
  • Building oidc-agent manually
  • Download source code
  • Install dependencies:
  • Build oidc-agent
  • Install using make
  1. Installation

MacOS

PreviousLinuxNextWindows

Last updated 2 years ago

Install with Homebrew

oidc-agent can be installed easiest using homebrew.

brew tap indigo-dc/oidc-agent
brew install oidc-agent

Building oidc-agent manually

Download source code

  • git clone: git clone https://github.com/indigo-dc/oidc-agent

Install dependencies:

  • Install to install dependencies

  • pkgconfig brew install pkgconfig

  • argp brew install argp-standalone

  • libsodium brew install libsodium

  • libmicrohttpd brew install libmicrohttpd

  • qrencode brew install qrencode

  • help2man brew install help2man

Build oidc-agent

Run make

make

Install using make

make install
make post_install

This installs all necessary components to correct locations.

brew