Azure-Samples / active-directory-b2c-ios-swift-native-msal

An iOS sample in Swift that authenticates Azure AD B2C users and calls an API using OAuth 2.0
https://aka.ms/aadb2c
MIT License
45 stars 22 forks source link

Support OKTA sign in #71

Closed manghwanitin closed 3 months ago

manghwanitin commented 6 months ago

Hello, We have a native iOS application where we are authenticating users via OKTA login. We have a new required to integration intune MAM in our app. Looking at all the samples, it looks like user needs to be authenticated separately for using Intune policy(authentication can be done via MSAL). So for the first time user will need to go through authentication twice(first using OKTA and second using MSAL) Is there a way we can integrate OKTA login in MSAL and user needs to be authenticated only once?

manghwanitin commented 5 months ago

Any further updates on this please?

kaisong1990 commented 5 months ago

Hi @manghwanitin you mentioned

Is there a way we can integrate OKTA login in MSAL and user needs to be authenticated only once?

Could you clarify what integrate means here?

If you referred to integration from a client library/code perspective, I don't think we can do this Maybe try federated login? https://www.okta.com/identity-101/what-is-federated-identity/

jasoncoolmax commented 3 months ago

close due to lack of activity.