openid / openid/AppAuth-iOS

Sign in with apple - invalid web redirect url.

Open
#586 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Objective-C
Stars
2k
Forks
867
Avg merge
4d 48m
Merged PRs (30d)
1

Description

I'm trying to add support for "Sign in with Apple" using Microsoft azure ad b2c.
I reach appleid.apple.com and get an error saying:

invalid_request
invalid web redirect url.

Do anyone know which values I should be using for the return URLs field in the Apple Services IDs configuration?
image

msal[client_id]://auth/ is not allowed as it is an invalid format. (Must start with https://)
I also tried:
https://<my_tentant>.b2clogin.com/<my_tentant>.onmicrosoft.com/oauth2/authresp
without success.

Any ideas?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report names no repository file, test, or entry point. Start by reviewing the AppAuth-iOS redirect configuration and the Microsoft Azure AD B2C and Apple Services ID values described in the issue. Done would require identifying the correct compatible redirect URL and confirming that the sign-in flow no longer returns the invalid web redirect URL error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, ios
Domain
authentication, mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.