Search found 5 matches

by pswarz
23 Jan 2023, 20:30
Forum: Help
Topic: OAUTH2 - "The request body must contain the following parameter: 'client_id'"
Replies: 9
Views: 225855

Re: OAUTH2 - "The request body must contain the following parameter: 'client_id'"

Hi everyone,

altering the column "config_id" to "token_config_id" in oauth2_token table did the job.
I was able to create OAUTH2-Token.

However if I try to fetch Mails with OAUTH2 and IMAPTLS i receive this error now:

$ bin/otrs.Console.pl Maint::PostMaster::MailAccountFetch

Spawning child ...
by pswarz
23 Jan 2023, 15:05
Forum: Help
Topic: OAUTH2 - "The request body must contain the following parameter: 'client_id'"
Replies: 9
Views: 225855

Re: OAUTH2 - "The request body must contain the following parameter: 'client_id'"

Hi everyone,

thank you for your input.
I'll give it a try this evening and let you know if this has solved the issue!
by pswarz
23 Jan 2023, 10:07
Forum: Help
Topic: OAUTH2 - "The request body must contain the following parameter: 'client_id'"
Replies: 9
Views: 225855

Re: OAUTH2 - "The request body must contain the following parameter: 'client_id'"

Hi Emin,

this is the output of the command:

mysql> SHOW COLUMNS FROM oauth2_token;
+-------------------------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra ...
by pswarz
22 Jan 2023, 22:50
Forum: Help
Topic: OAUTH2 - "The request body must contain the following parameter: 'client_id'"
Replies: 9
Views: 225855

Re: OAUTH2 - "The request body must contain the following parameter: 'client_id'"

Hi Emin,

thank you for your reply.
I've been following the update process as described in the official documentation.

Anyway - I'm open to repeat the steps.
Is it safe to have a "downgrade"? Or what would be the best way to repeat the steps?

Thank you!
by pswarz
21 Jan 2023, 23:37
Forum: Help
Topic: OAUTH2 - "The request body must contain the following parameter: 'client_id'"
Replies: 9
Views: 225855

OAUTH2 - "The request body must contain the following parameter: 'client_id'"

Hi everyone,

I'm not sure if this is a general bug or if I made a mistake while migrating from OTRS 6 to Znuny 6.4.5, but I have this issue:

I try to get a OAUTH2 token from Microsoft Azure App for the first time and while I'd expect Microsoft to ask me to sign in or (if I'm already signed) to ...