config.service.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.
singletons:
- com.networknt.registry.URL:
- com.networknt.registry.URLImpl:
parameters:
com.networknt.portal.hybrid.query-1.0.0: https://192.168.1.102:8440,https://192.168.1.102:8441,https://192.168.1.102:8442
com.networknt.portal.hybrid.command-1.0.0: https://192.168.1.102:8439
- com.networknt.registry.Registry:
- com.networknt.registry.support.DirectRegistry
- com.networknt.balance.LoadBalance:
- com.networknt.balance.RoundRobinLoadBalance
- com.networknt.cluster.Cluster:
- com.networknt.cluster.LightCluster
# Default decryptor implementation
- com.networknt.utility.Decryptor:
- com.networknt.decrypt.AESDecryptor
# Authenticator implementation mapping
- com.networknt.oauth.auth.Authenticator:
- com.networknt.oauth.auth.LightPortalAuthenticator