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 TypeMethodDescriptionwithAuthority(String authority) Specifies the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C..
-
Method Details
-
withAuthority
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.
-