Aktivieren Sie die formularbasierte Authentifizierung
Hallo ich bekomme beim Hinzufügen eines Mailaccounts folgende Fehlermeldung:
Activity ID: 104c958f-12cf-4ed5-8a7a-3500f1e20548
Relying party: Microsoft Office 365 Identity Platform
Error time: Fri, 25 Mar 2022 20:43:09 GMT
Cookie: enabled
• User agent string: Mozilla/5.0 (Macintosh: Intel Mac OS
X 10 15 6) AppleWebKit/605.1.15 (KHTML, like
Gecko) Version/15.4 Safari/605.1.15
Laut Microsoft muss man folgende Schritte gehen
If you prefer to select a non-default local authentication type, perform the following steps:
- In Windows Explorer, browse to C:\inetpub\adfs\ls (assuming that inetpub lives in C:\)
- Select web.config and Edit in Notepad
- Find (Ctrl+F) <localAuthenticationTypes>
- There are four lines below <localAuthenticationTypes>. Each line represents one of the local authentication types listed above.
- Cut your preferred local authentication type (the entire line), and Paste it to the top of the list (under <localAuthenticationTypes>)
- Save and Close the web.config file
Note: There is no need to restart IIS or make any further changes. Your change will be immediately picked up by IIS since you edited the web.config.
Example:
If I want to change the local authentication type for my internal Federation Servers from IWA to FBA, the resultant web.config section would look like this:
<microsoft.identityServer.web>
<localAuthenticationTypes>
<add name="Forms" page="FormsSignIn.aspx" />
<add name="Integrated" page="auth/integrated/" />
<add name="TlsClient" page="auth/sslclient/" />
<add name="Basic" page="auth/basic/" />
</localAuthenticationTypes>
Wie führe ich das bei Apple durch ? Totaler Neuling und völlig überfordert 🙈
MacBook Air (2020 or later)