Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add Apple as identity provider per the sample #20

Closed
mtanml opened this issue Oct 7, 2019 · 12 comments
Closed

Unable to add Apple as identity provider per the sample #20

mtanml opened this issue Oct 7, 2019 · 12 comments

Comments

@mtanml
Copy link

mtanml commented Oct 7, 2019

I'm following the instructions at https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-in-with-apple to add "Sign in with Apple" as a B2C identity provider.

I got to the very last step, and when I click Save I get the error "The issuer 'https://appleid.apple.com' found at the metadata endpoint {my endpoint} is already in use by an identity provider.

Are those instructions still valid?

@otsomkalov
Copy link

Facing the same issue. Any updates?

@JasSuri
Copy link
Contributor

JasSuri commented Nov 6, 2019

Looking into it for you.

@1iveowl
Copy link

1iveowl commented Nov 15, 2019

Any update here? I'm facing the same issue as outlined above.

@1iveowl
Copy link

1iveowl commented Nov 21, 2019

@agrabhi
Copy link

agrabhi commented Nov 21, 2019

Answered in SO.

@alanwoolley
Copy link

I'm also getting the same error despite not having a custom identity provider with the same issuer. If I change the issuer in my .well-known/openid-configuration file in any way, keeping the rest of the configuration the same, I can create a new provider.

@JasSuri
Copy link
Contributor

JasSuri commented Nov 25, 2019

There appears to be an issue here in regards to the conflict with the metadata endpoint, we are working on it.

@abastias
Copy link

abastias commented Nov 28, 2019

I am having the same problem...
The issuer 'https://appleid.apple.com' found at the metadata endpoint '{My azure function}/.well-known/openid-configuration' is already in use by an identity provider.

Apple rejected my app because they want me to include "Sign in with Apple"

Any help will be very welcome.

@agrabhi
Copy link

agrabhi commented Dec 7, 2019

The issue is resolved now. @JasSuri issue can be closed now.

@WhippsP WhippsP closed this as completed Dec 17, 2019
@WhippsP
Copy link
Collaborator

WhippsP commented Dec 17, 2019

Closing as per @agrabhi request.

@wojtekdo
Copy link

This fixed the problem for a single Apple ID provider. I need more of them and adding any consecutive gives me the same error.
I have many apps in different Apple developer accounts, with different services configured (different client Ids) and need users in a single AAD B2C tenant. IEF seems to enable this approach but not standard policies and I need them in a few places where exchanging policy to a custom one would be very difficult.

@agrabhi
Copy link

agrabhi commented Jan 13, 2020

That's by design in basic policies

Azure AD B2C enforces the distinct issuer. The reason being that unique id of the user depends on the client Id in that system. If you have two apps in Facebook, Facebook will give you separate unique user Id for same user using different apps. So AADB2C wants that connection to one issuer is established through only one identity provider.

Any reason why you would want to use the same tenant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants