Interface IdentityProviderContract.DefinitionStages.WithAuthority
-
- All Known Subinterfaces:
IdentityProviderContract.Definition
,IdentityProviderContract.DefinitionStages.WithCreate
- Enclosing interface:
- IdentityProviderContract.DefinitionStages
public static interface IdentityProviderContract.DefinitionStages.WithAuthority
The stage of the IdentityProviderContract definition allowing to specify authority.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityProviderContract.DefinitionStages.WithCreate
withAuthority(String authority)
Specifies the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C..
-
-
-
Method Detail
-
withAuthority
IdentityProviderContract.DefinitionStages.WithCreate 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.
-
-