Reference13r3:Services/OAuth2/Config

From innovaphone wiki
Revision as of 07:33, 15 September 2022 by Dde (talk | contribs) (New page: The OAuth2 service can be used for logging-in to myApps using a Windows password. It connects to an OpenID server, e.g. a Windows AD FS installation. Enable Turns the OAuth2 service o...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The OAuth2 service can be used for logging-in to myApps using a Windows password. It connects to an OpenID server, e.g. a Windows AD FS installation.

Enable

   Turns the OAuth2 service on or off. 

DNS name of this gateway

   The DNS name of the gateway. Must be also reachable over reverse proxies, if myApps is used from outside.

OpenID well known configurations URL

   OpenID installations all have a so called "well-known" configurations URL which must be configured here, e.g. https://adfs.domain.com/adfs/.well-known/openid-configuration
   The part /.well-known/openid-configuration is fixed and should always be available on your Open ID server.

Client ID

   The client ID of the application group which must be configured inside your OpenID server.

Redirect URI

   This URI is not configurable, but must be configured inside your OpenID server. Your OpenID server will redirect to this URI after a successfull login.