Reference13r3:Services/OAuth2/Config

From innovaphone wiki
Revision as of 17:11, 16 January 2023 by Dde (talk | contribs)
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.
Scope
a scope which is needed by some OpenID servers
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.