Difference between v11 and v12: OAuthServer.config

Hello,

The server where Aras is installed have an alias. With the version 11, the OAuth server automatically get the current alias.

With v12, apparently, there's a file OAuthserver.config where we need to configure the alias of the application.

Why is that ?

Best Regards,

AlBer

Parents
  • Hi AlBer,

    The OAuth Server changed quite a bit between 11.0 and 12.0, most notably because the responsibility of the login process moved from the Client to the OAuth Server. There were a number of significant changes made to support this shift.

    However, I'm not sure I understand your exact question. Are you referring to the <redirectUris/> in the OAuth.config?

    Chris

Reply
  • Hi AlBer,

    The OAuth Server changed quite a bit between 11.0 and 12.0, most notably because the responsibility of the login process moved from the Client to the OAuth Server. There were a number of significant changes made to support this shift.

    However, I'm not sure I understand your exact question. Are you referring to the <redirectUris/> in the OAuth.config?

    Chris

Children