vertx / io.vertx.ext.auth.oauth2.providers / AzureADAuth / create

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String): OAuth2Auth

Create a OAuth2Auth provider for Microsoft Azure Active Directory

Parameters

clientId - the client id given to you by Azure

clientSecret - the client secret given to you by Azure

guid - the guid of your application given to you by Azure

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, guid: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for Microsoft Azure Active Directory

Parameters

clientId - the client id given to you by Azure

clientSecret - the client secret given to you by Azure

guid - the guid of your application given to you by Azure

httpClientOptions - custom http client options