An Open Source UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform supporting OAuthCasdoor is a UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform based on OAuth 2.0, OIDC, SAML, and CAS. You need to enable JavaScript to run this app. Casdoor serves both the authorization process built upon the OAuth 2.0 protocol. It is highly recommended to have a brief understanding of how OAuth 2.0 works. You can refer to this introduction to OAuth 2.0. Abstract Protocol Flow a website or any other application) should compose a URL in the following format: endpoint/login/oauth/ authorize?client_id=xxx&response_type=code&redirect_uri=xxx&scope=read&state=xxx0 码力 | 825 页 | 58.31 MB | 2 年前3
OpenShift Container Platform 4.13 认证和授权配置内部 OAuth 服务器 ..... 11 3.1. OPENSHIFT CONTAINER PLATFORM OAuth 服务器 ..... 11 3.2. OAuth 令牌请求流量和响应 ..... 11 3.3. 内部 OAuth 服务器选项 ..... 11 3.4. 配置内部 OAuth 服务器的令牌期间 ..... 12 3.5. 为内部 OAuth 服务器配置令牌不活跃超时 自定义内部 OAuth 服务器 URL ..... 14 3.7. OAuth 服务器元数据 ..... 16 3.8. OAuth API 事件故障排除 ..... 17 第4章 配置 OAuth 客户端 ..... 19 4.1. 默认 OAuth 客户端 ..... 19 4.2. 注册其他 OAuth 客户端 ..... 19 4.3. 为 OAuth 客户端配置令牌不活跃超时 .... 20 4.4. 其他资源 ..... 21 第5章 管理用户拥有的 OAuth 访问令牌 ..... 22 5.1. 列出用户拥有的 OAuth 访问令牌 ..... 22 5.2. 查看用户拥有的 OAuth 访问令牌的详情 ..... 22 5.3. 删除用户拥有的 OAuth 访问令牌 ..... 23 第6章 了解身份提供程序配置 ..... 25 60 码力 | 201 页 | 2.74 MB | 2 年前3
Typescript
SDK Version
1.x.xEnvironmental Setup 2. Configurations.....4 3. Token Persistence.....7 a. Implementing OAuth Persistence b. Database Persistence c. File Persistence d. Custom Persistence settings.fields.ALL to access all the recoNoterd operations API. Otherwise, the system returns the OAUTH-SCOPE-MISMATCH error ## Configuration Before you get started with creating your TypeScript application enticator/oauth_token" /* * Create a Token instance * 1 -> OAuth client id. * 2 -> OAuth client secret. * 3 -> REFRESH/GRANT token. * 4 -> token type. * 5 -> OAuth redirect URL0 码力 | 56 页 | 1.29 MB | 2 年前3
The Weblate Manual 3.2.2you're using virtualenv uncomment this: # virtualenv = /path/to/weblate/virtualenv # Needed for OAuth/OpenID buffer-size = 8192 # Increase number of workers for heavily loaded sites #workers = 6 # Child WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET Enables Facebook OAuth2. WEBLATE SOCIAL AUTH GOOGLE OAUTH2 KEY WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET Enables Google OAuth2. WEBLATE SOCIAL AUTH GITLAB KEY WEBLATE SOCIAL SOCIAL AUTH GITLAB SECRET WEBLATE_SOCIAL_AUTH_GITLAB_API_URL Enables GitLab OAuth2. WEBLATE NO EMAIL AUTH Disabled email authenticating when set to any value. ## PostgreSQL database setup The database0 码力 | 310 页 | 2.43 MB | 2 年前3
The Weblate Manual 3.2you're using virtualenv uncomment this: # virtualenv = /path/to/weblate/virtualenv # Needed for OAuth/OpenID buffer-size = 8192 # Increase number of workers for heavily loaded sites #workers = 6 # Child SOCIAL AUTH FACEBOOK SECRET Enables Facebook OAuth2. WEBLATE SOCIAL AUTH GOOGLE OAUTH2 KEY WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET Enables Google OAuth2. WEBLATE SOCIAL AUTH GITLAB KEY WEBLATE SOCIAL SOCIAL AUTH GITLAB SECRET WEBLATE_SOCIAL_AUTH_GITLAB_API_URL Enables GitLab OAuth2. WEBLATE NO EMAIL AUTH Disabled email authenticating when set to any value. ## PostgreSQL database setup The database0 码力 | 306 页 | 2.43 MB | 2 年前3
The Weblate Manual 3.2.1you're using virtualenv uncomment this: # virtualenv = /path/to/weblate/virtualenv # Needed for OAuth/OpenID buffer-size = 8192 # Increase number of workers for heavily loaded sites #workers = 6 # Child SOCIAL AUTH FACEBOOK SECRET Enables Facebook OAuth2. WEBLATE SOCIAL AUTH GOOGLE OAUTH2 KEY WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET Enables Google OAuth2. WEBLATE SOCIAL AUTH GITLAB KEY WEBLATE SOCIAL SOCIAL AUTH GITLAB SECRET WEBLATE_SOCIAL_AUTH_GITLAB_API_URL Enables GitLab OAuth2. WEBLATE NO EMAIL AUTH Disabled email authenticating when set to any value. ## PostgreSQL database setup The database0 码力 | 308 页 | 2.43 MB | 2 年前3
跟我学Shiro - 张开涛SSL ..... 117 第十五章 单点登录 ..... 120 服务器端 ..... 120 客户端 ..... 122 第十六章 综合实例 ..... 126 第十七章 OAUTH2 集成 ..... 136 服务器端.....137 客户端.....147 第十八章 并发登录人数控制.....155 第十九章 动态 URL 权限控制.....159 第二十章 API 接口供开发者使用,随之带来了第三方应用要到开放平台进行授权的问题,OAuth 就是干这个的,OAuth2 是 OAuth 协议的下一个版本,相比 OAuth1,OAuth2 整个授权流程更简单安全了,但不兼容 OAuth1,具体可以到 OAuth2 官网 http://oauth.net/2/ 查看,OAuth2 协议规范可以参考 http://tools.ietf.org/html/r Apache Amber,是 Java 版的参考实现。使用文档可参考 https://cwiki.apache.org/confluence/display/OLTU/Documentation。 ## OAuth 角色 资源拥有者(resource owner):能授权访问受保护资源的一个实体,可以是一个人,那我们称之为最终用户;如新浪微博用户 zhangsan; 资源服务器(resource server):存储受保护资源,客户端通过0 码力 | 219 页 | 4.16 MB | 1 年前3
Tornado 6.1 Documentation
processes ## • Integration with other services tornado.auth — Third-party login with OpenID and OAuth tornado.wsgi — Interoperability with other Python frameworks and servers tornado.platform.caresresolver redirect_uri='http://your.site.com/auth/google', client_id=self.settings['google_oauth']['key'], scope=['profile', 'email'], SIGCHLD handler. # Integration with other services • tornado.auth — Third-party login with OpenID and OAuth • Common protocols Google Facebook Twitter • tornado.wsgi — Interoperability with other Python0 码力 | 931 页 | 708.03 KB | 2 年前3
Spring Boot 3.2.3-SNAPSHOT Reference Documentation Shutdown 314 8.4. Spring Security 315 8.4.1. MVC Security 316 8.4.2. WebFlux Security 316 8.4.3. OAuth2 318 Client 318 Resource Server 324 Authorization Server 326 8.4.4. SAML 2.0 329 Shutdown: Graceful Shutdown • Spring Security: Default Security Configuration, Auto-configuration for OAuth2, SAML • Spring Session: Auto-configuration for Spring Session • Spring HATEOAS: Auto-configuration |spring-boot-starter-oauth2-authorization-server|Starter for using Spring Authorization Server features| |spring-boot-starter-oauth2-client|Starter for using Spring Security's OAuth2/OpenID Connect client0 码力 | 975 页 | 17.43 MB | 2 年前3
Spring Boot 3.2.9-snapshot Reference DocumentationShutdown 314 8.4. Spring Security 315 8.4.1. MVC Security 316 8.4.2. WebFlux Security 316 8.4.3. OAuth2 318 Client 318 Resource Server 324 Authorization Server 326 8.4.4. SAML 2.0 329 Relying Shutdown: Graceful Shutdown • Spring Security: Default Security Configuration, Auto-configuration for OAuth2, SAML • Spring Session: Auto-configuration for Spring Session • Spring HATEOAS: Auto-configuration |spring-boot-starter-oauth2-authorization-server|Starter for using Spring Authorization Server features| |spring-boot-starter-oauth2-client|Starter for using Spring Security's OAuth2/OpenID Connect client0 码力 | 976 页 | 17.49 MB | 1 年前3
共 775 条
- 1
- 2
- 3
- 4
- 5
- 6
- 78
相关搜索词
OAuth 2.0OIDCSAMLCAS联合身份验证身份验证授权OAuthRBAC身份提供程序TypeScript SDKMulti-user SupportSDK ConfigurationOAuth TokenError HandlingWeblate翻译管理术语库机器翻译版本控制国际化支持翻译管理员开发人员版本发布Apache Shiro身份认证权限会话管理Tornadoasynchronous networkingevent loopIOStreamcoroutineSpring Boot@EnableAutoConfigurationembedded servlet containersMavenGradleJava 17DockerCompose













