
net.trajano.ms.oidc.OpenIdConnect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ms-oidc Show documentation
Show all versions of ms-oidc Show documentation
This microservice handles the authentication process via OpenID Connect.
package net.trajano.ms.oidc;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableCaching
public class OpenIdConnect {
protected OpenIdConnect() {
}
}