Hi All,
I would like ask if this is relevant Oauth2 authentication or only google auth is supported ?
Or is possible to authenticate with Microsoft (OAuth2), like
https://docs.rstudio.com/connect/1.8.4/admin/authentication/oauth2/
If yes:
How to map
YAML:
openid:
client-id: OK
client-secret: OK
auth-url ???
token-url ???
jwks-url ???
Into
[Authentication]
Provider = oauth2
Lifetime = 24h
[OAuth2]
ClientId = XXXXXXX
ClientSecret = XXXXXXXX
Logging = true
RequireUsernameClaim = https://login.microsoftonline.com/XXXXXXXX/oauth2/authorize
Thanks