config.spnego.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth-code Show documentation
Show all versions of oauth-code Show documentation
A microservice server that authenticates and redirects authorization code.
# If SPNEGO/Kerberos debugging is enabled. Should be disabled for production.
debug: ${spnego.debug:true}
# If keytab file is used. If Microsoft AD is used, then set it to true
useKeyTab: ${spnego.useKeyTab:false}
# The keytab file location. It should be in the /config folder for Kubernetes
keyTab: ${spnego.keyTab:/Users/stevehu/networknt/light-oauth2/code/src/test/resources/config/krb_oauth2code_poc-allenc.keytab}
# The SPN principal name, normally it will be HTTP/{hostname}@domain
principal: ${spnego.principal:HTTP/localhost}