osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
148 stars 162 forks source link

Microsoft OAuth2 - Consent Prompt Option #262

Closed MarcBanyard closed 1 year ago

MarcBanyard commented 1 year ago

Microsoft OAuth2 - Consent Prompt Option

This provides the option for the user to either enable or disable a consent prompt from Microsoft when authorising the OAuth2 request with Microsoft 365.

This was discussed as a possible option in Pull Request #241, this provides that option to the end user when configuring the OAuth2 endpoint. The default behaviour is disabled so will not cause any issues to existing systems if it is not configured.

The new option is shown in the IdP Config tab in the OAuth2 Authorisation popup.

JediKev commented 1 year ago

@MarcBanyard

We completely removed the prompt option (merged but not released yet). This makes MS decide what prompt (if any) to show.

Cheers.

MarcBanyard commented 1 year ago

No problems, I thought you guys wanted it as an option to give users the ability to choose if they wanted the prompt or not.