IdentityResourceCollection.AddOpenId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddOpenId() |
Adds an openid resource. |
AddOpenId(Action<IdentityResourceBuilder>) |
Adds an openid resource. |
AddOpenId()
Adds an openid resource.
public:
void AddOpenId();
public void AddOpenId ();
member this.AddOpenId : unit -> unit
Public Sub AddOpenId ()
Applies to
AddOpenId(Action<IdentityResourceBuilder>)
Adds an openid resource.
public:
void AddOpenId(Action<Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceBuilder ^> ^ configure);
public void AddOpenId (Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> configure);
member this.AddOpenId : Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> -> unit
Public Sub AddOpenId (configure As Action(Of IdentityResourceBuilder))
Parameters
- configure
- Action<IdentityResourceBuilder>
The Action<T> to configure the openid scope.