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
46 stars 22 forks source link

Replace login.microsoftonline.com w/b2clogin.com #26

Closed jennyf19 closed 4 years ago

jennyf19 commented 4 years ago

This is the correct endpoint for the tenant using b2c: https://fabrikamb2c.b2clogin.com/fabrikamb2c.onmicrosoft.com/b2c_1_susi/v2.0/.well-known/openid-configuration Not sure if the fixed I did are correct, or if there are tests, but i think something like this should unblock the customers reporting issues w/this sample. cc: @jmprieur @oldalton

jennyf19 commented 4 years ago

@oldalton i see. thanks. i think i made the changes based on the documentation, but please double check.

oldalton commented 4 years ago

Thanks @jennyf19. Made some minor updates.