FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. abehari
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    abehari

    @abehari

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    abehari Unfollow Follow

    Latest posts made by abehari

    • RE: Can't use api login with azure ad

      Hi @joshua thanks for your reply. We've tried the suggested "Complete an OpenID Connect Login", but the problem is we don't understand where to get de "code" from. And we don't have any redirect uri (callback url) in our application. Where and when should the 'code" be returned and by whom?

      bea967b9-b11d-4b26-9214-12ad1a63fcc9-image.png

      In our application we're doing a rest (json based) login via a java rest client and we like to maintain that. We have no login pages etc. You can login with postman. Is that possible with fusionauth?

      Postman (Request) -> Our application (Rest) ->FusionAuth -> Azure AD -> FusionAuth (some token) -> Our application (Rest, we generate our own JWT, based on fusionAuth token and additional information) -> Postman (JWT response). Is this possible?

      Regards,
      Aswien

      posted in Q&A
      A
      abehari
    • Can't use api login with azure ad

      Hi,

      We are switching from crowd to fusionauth. One of the requirements is to use FusionAuth as proxy authentication provider for Azure AD. So far we've have configured OpenID Connect to use Azure AD of our company. Via the hosted login pages of fusionauth we're abled to login. But we need the api to login and this is not working. We have our own login services etc in place.

      When we login via de hosted login page the login is successful and a linked user is created.

      User created when logged in via the hosted page

      7a52943c-3455-44c7-95df-096e807ef22b-image.png

      a1136cad-db46-49a8-aa82-994fcf09f7be-image.png

      OpenID connect config
      3505634e-b685-47e0-ba83-06f1ae762b37-image.png

      When trying to login in via the api, it returns 404. The user is not found.

      5c96707b-0f9d-49bd-9a2e-fb1fd48b909c-image.png

      When change the usre to have a password in fusionAuth, the the user is return via the api. That's is not what we want. We want to manage the password in azure and use fusionauth only as a login proxy with our own custom login in out back end application.

      What are we doing wrong?

      Regards,
      Aswien

      posted in Q&A
      A
      abehari