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

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -