Interface IdentityProviderContract.UpdateStages.WithAuthority

All Known Subinterfaces:
IdentityProviderContract.Update
Enclosing interface:
IdentityProviderContract.UpdateStages

public static interface IdentityProviderContract.UpdateStages.WithAuthority
The stage of the IdentityProviderContract update allowing to specify authority.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAuthority(String authority)
    Specifies the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C..
  • Method Details

    • withAuthority

      IdentityProviderContract.Update withAuthority(String authority)
      Specifies the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C..
      Parameters:
      authority - OpenID Connect discovery endpoint hostname for AAD or AAD B2C.
      Returns:
      the next definition stage.