mp
05/23/2018, 8:36 PMotakusenpai
05/24/2018, 11:18 AMbrabo-hi
05/25/2018, 10:48 PMotakusenpai
05/27/2018, 12:38 PMHamza
05/27/2018, 3:10 PMHamza
05/28/2018, 12:50 PMDeactivated User
05/29/2018, 10:13 AMmkporwit
05/29/2018, 11:21 PMHamza
05/30/2018, 8:55 AMv
05/30/2018, 12:38 PMembeddedServer
and DevelopmentEngine
, other than how they're configured and started?Nikola
05/30/2018, 1:01 PMmkporwit
05/30/2018, 9:35 PMio.ktor.jetty.DevelopmentHost
no longer a thing? I can’t find it under either ktor.jetty
or ktor.server.jetty
feng-zihao
05/31/2018, 8:22 AMval ApplicationStarting = EventDefinition<Application>()
val ApplicationStarted = EventDefinition<Application>()
val ApplicationStopPreparing = EventDefinition<ApplicationEnvironment>()
val ApplicationStopping = EventDefinition<Application>()
val ApplicationStopped = EventDefinition<Application>()
feng-zihao
05/31/2018, 8:23 AMspand
05/31/2018, 8:54 AMHamza
05/31/2018, 1:19 PMDeactivated User
06/01/2018, 6:04 AMHamza
06/01/2018, 10:34 AMcoder82
06/02/2018, 10:23 AMmantono
06/04/2018, 9:23 PMThis feature is defined in the class io.ktor.auth.Authentication in the artifact io.ktor:ktor-auth:$ktor_version.
mkporwit
06/05/2018, 1:19 AMOAuthServerSettings.OAuth2ServerSettings(
// configUrl = <https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration>
name = "AzureAD",
authorizeUrl = "<https://login.microsoftonline.com/common/oauth2/v2.0/authorize>",
accessTokenUrl = "<https://login.microsoftonline.com/common/oauth2/v2.0/token>",
clientId = "***",
clientSecret = "***",
defaultScopes = listOf("openid", "email", "profile", "offline_access"),
requestMethod = <http://HttpMethod.Post|HttpMethod.Post>
)
Otherwise, I’m using the sample OAuth2 code that ktor provides.coder82
06/06/2018, 8:07 AMNikola
06/06/2018, 11:55 AMspand
06/06/2018, 1:03 PMmkporwit
06/06/2018, 11:21 PMcom.auth0:jwks-rsa
that you pull in for ktor-auth-jwt
from 0.3.0 to 0.4.0 please? It includes a JwkProviderBuilder that takes a URL for non-auth0-standard JWKS file locations. Microsoft keeps theirs at https://login.microsoftonline.com/common/discovery/v2.0/keys, and passing that in as a string was not being handled correctly by UrlJwkProvider. Thanks!mkporwit
06/07/2018, 3:01 PMcoder82
06/08/2018, 1:09 PMcoder82
06/08/2018, 5:02 PMavolkmann
06/09/2018, 1:43 PMorangy
06/09/2018, 2:12 PMorangy
06/09/2018, 2:12 PMchristophsturm
06/10/2018, 4:08 PMorangy
06/10/2018, 5:10 PMchristophsturm
06/10/2018, 5:51 PMorangy
06/10/2018, 6:26 PMchristophsturm
06/11/2018, 6:59 AMorangy
06/13/2018, 1:26 PMchristophsturm
06/13/2018, 1:26 PMDeactivated User
06/13/2018, 1:42 PM