GithubHelp home page GithubHelp logo

zlamalp / perun-mitreid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tauceti2/perun-mitreid

0.0 0.0 0.0 1.11 MB

OpenID Connect Provider for Perun

License: Apache License 2.0

Java 99.71% Smarty 0.10% CSS 0.09% JavaScript 0.11%

perun-mitreid's Introduction

OpenID Connect identity provider based on MitreID

Takes user info from Perun system

Building

Project is built with 'mvn clean package' command. Following parameters can be passed to modify the final build:

General properties

  • location of the configuration files (path to the containing dir) : -Dconfig.location=location
    • default: /etc/perun
  • final build name: -Dfinal.name=name
    • default: oidc

Logging configuration

Following are the options for customization of logging when building

  • logging style: -Dlog.to=FILE|SYSLOG|ROLLING_FILE
    • default: FILE
  • logging level: -Dlog.level=level
    • default: info
  • logging to SYSLOG
    • logging contextName (program name in syslog): -Dlog.contextName=contextName
      • default: oidc
    • logging facility: -Dlog.facility=facility
      • default: LOCAL7
  • logging to file
    • file path specification: -Dlog.file=${catalina.base}/logs/${CONTEXT_NAME}
    • file extension: -Dlog.file-extension=log
    • file trace extension: -Dlog.trace.file-extension=trace
    • file times extension: -Dlog.times.file-extension=times
  • logging to rolling-file
    • file path specification: -Dlog.rolling-file=${catalina.base}/logs/${CONTEXT_NAME}
    • file extension: -Dlog.file-extension=log
    • file trace extension: -Dlog.trace.file-extension=trace
    • file times extension: -Dlog.times.file-extension=times

perun-mitreid's People

Contributors

baranekd avatar dbucik avatar martin-kuba avatar melanger avatar pavolpluta avatar tauceti2 avatar vyskocilpavel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.