https://www.lunasec.io logo
#general
Title
# general
b

breadchris

05/10/2022, 8:14 PM
Copy code
serve:
  public:
    base_url: <http://localhost:4455/api/kratos/>

selfservice:
  methods:
    password:
      enabled: false
    oidc:
      enabled: true
      config:
        providers:
          - id: github-app
            provider: github-app
            client_id: xxxx
            client_secret: xxxx
            mapper_url: file:///config/oidc.github.jsonnet
4 Views