Okta Spring Boot Starter

Okta 的 Spring Boot Starter 将使您的 Spring Boot 应用程序能够通过 OAuth 2.0/OIDC 与 Okta 一起使用。「Okta's Spring Boot Starter will enable your Spring Boot application to work with Okta via OAuth 2.0/OIDC.」

Github星跟踪图


Maven Central
License
Support

Okta Spring Boot Starter

Okta's Spring Boot Starter will enable your Spring Boot application to work with Okta via OAuth 2.0/OIDC. Jump to our quickstart to see how to configure various clients or follow along below to use curl.

NOTE: This library works with Spring Boot 2.1+. If you need support for Spring Boot 1.5.x, use version version 0.6.

What you need

Include the dependency

For Apache Maven:

<dependency>
    <groupId>com.okta.spring</groupId>
    <artifactId>okta-spring-boot-starter</artifactId>
</dependency>

For Gradle:

compile 'com.okta.spring:okta-spring-boot-starter'

Supporting client side applications - OAuth Implicit flow

Are you writing a backend endpoints in order to support a client side application? If so follow along, otherwise skip to the next section.

Configure your properties

You can configure your applications properties with environment variables, system properties, or configuration files. Take a look at the Spring Boot documentation for more details.

主要指标

概览
名称与所有者okta/okta-spring-boot
主编程语言Java
编程语言Java (语言数: 3)
平台BSD, Cross-platform, Linux, Mac, Solaris, Windows
许可证
所有者活动
创建于2017-07-21 17:15:55
推送于2025-09-09 09:11:44
最后一次提交2025-07-21 11:02:29
发布数34
最新版本名称okta-spring-boot-parent-3.0.7 (发布于 2024-06-21 12:18:21)
第一版名称okta-spring-security-parent-0.1.0 (发布于 2017-08-11 11:39:06)
用户参与
星数350
关注者数96
派生数145
提交数1k
已启用问题?
问题数163
打开的问题数20
拉请求数504
打开的拉请求数15
关闭的拉请求数161
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?