Hello everyone,

I downloaded the osticket v1.17-git, which I know is not released and its in beta testing.
I am experimenting with it a bit and tried to get the Modern Authenthication O365 to work, but i cant manage to get the REDIRECT URI from Oauth2 right..

The default link that automaticly gets filled in is https//domain/api/auth/oauth2 but the auth and oauth2 folders are missing. Did someone manage to get them from somewhere else or does someone know the right path for it?

Thanks.

P.S: I know the Tag is not right, but didnt find anything that was fitting.

  • KevinTheJedi replied to this.
  • SirSeba

    Btw your problem is most likely that you need to enable AllowOverride All to your virtual hosts config or main config for Apache.

    By default Apache won’t allow URL rewriting and that’s probably your issue.

    Cheers.

    SirSeba

    API routes are magically registered by the plugin when loaded. There are no "auth" files/folders in the api/ directory. We are putting together the RC today so you might want to retest this once that is released.

    Cheers.

    SirSeba

    Btw your problem is most likely that you need to enable AllowOverride All to your virtual hosts config or main config for Apache.

    By default Apache won’t allow URL rewriting and that’s probably your issue.

    Cheers.

    24 days later

    Thanks that fixed my issue.

    Also the rewrite mode from apache2 had to be enabled also.

    Write a Reply...