Posts by M. Guilherme Neves • 31 points
3 posts
-
1
votes0
answers57
viewsQ: Angular 5 authentication with Steam Openid 2.0
I’m trying to authenticate with the Steam Openid 2.0 provider at Angular 5, but I found only Openid Connect libraries, and they don’t work with Steam. Return this error: Failed to load…
angularasked M. Guilherme Neves 31 -
1
votes1
answer99
viewsQ: Authenticate Angular with Steam
I am trying to authenticate my Angular app with Steam, but this generating this error in the log: Failed to load http://steamcommunity.com/openid/.well-known/openid-configuration: No…
-
1
votes3
answers4847
viewsQ: INSERT inside a SELECT - SQL Server
I need to do an INSERT inside a SELECT in some cases in my Query. An example of how accurate: SELECT IdTabela, Nome, CASE WHEN IdTabela > 10 THEN INSERT INTO TabelaExemplo (IdTabelaExemplo)…