使用 OIDC 协议登录失败?
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- swift
- Domain
- authentication, mobile-dev
Research direction
Start by reproducing the two reported flows using AuthFlow().start and the .EOIDC authProtocol setting. Compare the successful hosted-page login with the OIDC failure, then check the hosted-page verification-code countdown behavior; done means both flows work and the countdown is visibly rendered.
Written by the indexing model from the issue text.
Description
使用托管页的情况下正常不声明使用OIDC 协议
import Guard AuthFlow().start { [weak self] code, message, userInfo in if code == 200 { // userInfo 为用户信息 } }
登录成功
但如果使用了OIDC 协议会失败
import Guard let flow = AuthFlow() flow.authProtocol = .EOIDC flow.start() { [weak self] code, message, userInfo in if code == 200 { // userInfo 为用户信息 } }
且托管页获取验证码后,获取验证码按钮的倒计时无法看件显示空白
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Authing/docs
-
《选择合适的权限模型》内容多了一个顿号 Open
Difficulty 1/5 Under an hour Newbie friendliness 78/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
-
找不到 UserPool Secret Open
Difficulty 1/5 Under an hour Newbie friendliness 35/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
docToolchain/docToolchain#1705 ·
-
Timezone select lists one option per character; duplicate "Failed" reason; shared tracker popover id Openbug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
nightscout/nocturne#1414 ·
-
bug v2
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
modelcontextprotocol/inspector#2458 · 1 comment ·
-
Mend: dependency security vulnerability status: needs triage 🕵️♀️
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
carbon-design-system/ibm-products#9907 ·