Thinktecture Identity Server with OAuth Implicit Login -
i trying use javascript login identity server in oauths client. can login , return return webpage successful. met problem why thinktecture identity sevrer return '#' not '?' before parameters in querystring ,is bug?
the other question how can uses claims when have access_token?
implicit flow uses hash fragment not query string - not bug (check oauth2 spec).
the client not consume access token in oauth2 - opaque client - access token meant used backend.
Comments
Post a Comment