narbit / HowTos

Q&As
0 stars 0 forks source link

Sign-In with Apple on Native #1

Open narbit opened 2 years ago

narbit commented 2 years ago

Hello Markus! (@minichma)

I have been looking for a way to do what you're describing in https://github.com/IdentityServer/IdentityServer4/issues/4232 but that issue is closed and I can't leave any comments.

As you mentioned, this is a very common scenario these days but IS4 doesn't have any best practices docs aside from the recommendation to implement an extension grant. Is this what you ended up doing? I'm facing the same issue now.

narbit commented 2 years ago

Thank you, Markus!

I was going to do something very similar and potentially integrate other providers (FB, etc.) token exchanges into the same grant. And like you I just wanted some confirmation that I'm on the right track, Also, was wondering if TokenExchange grant is applicable here. But Apple seems different enough to warrant its own custom extension. Thank you again, really appreciate fast response! :)